Move docs in-repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-01 21:32:24 -05:00
parent 0dde436b4c
commit 4849016784
36 changed files with 3267 additions and 7 deletions

17
pagesconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"groups": [
{
"title": "Documentation",
"pages": [
{
"title": "Getting Started",
"source": "./docs/pages/Getting-Started.md"
},
{
"title": "About Extollo",
"source": "./docs/pages/About-Extollo.md"
}
]
}
]
}