diff --git a/.gitignore b/.gitignore index 9995d67ea..b223ab335 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ # vscode stuff -.vscode/ +.vscode/* +!.vscode/tasks.json + +# docs-builder default output +.artifacts # vs stuff .vs/ diff --git a/deploy-manage/doset.yml b/deploy-manage/toc.yml similarity index 100% rename from deploy-manage/doset.yml rename to deploy-manage/toc.yml diff --git a/docset.yml b/docset.yml new file mode 100644 index 000000000..33d87116e --- /dev/null +++ b/docset.yml @@ -0,0 +1,15 @@ +project: "docs-content" +exclude: + - '_*.md' + - 'README.md' +toc: + - file: index.md + - toc: elastic-basics + - toc: solutions + - toc: manage-data + - toc: explore-analyze + - toc: deploy-manage + - toc: troubleshoot + - toc: extend + - toc: whats-new + - toc: reference \ No newline at end of file diff --git a/elastic-basics/doset.yml b/elastic-basics/toc.yml similarity index 100% rename from elastic-basics/doset.yml rename to elastic-basics/toc.yml diff --git a/explore-analyze/doset.yml b/explore-analyze/toc.yml similarity index 100% rename from explore-analyze/doset.yml rename to explore-analyze/toc.yml diff --git a/extend/doset.yml b/extend/toc.yml similarity index 100% rename from extend/doset.yml rename to extend/toc.yml diff --git a/index.md b/index.md new file mode 100644 index 000000000..7e3097651 --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +--- +title: Elastic Documentation +--- \ No newline at end of file diff --git a/manage-data/doset.yml b/manage-data/toc.yml similarity index 100% rename from manage-data/doset.yml rename to manage-data/toc.yml diff --git a/reference/doset.yml b/reference/toc.yml similarity index 100% rename from reference/doset.yml rename to reference/toc.yml diff --git a/solutions/doset.yml b/solutions/toc.yml similarity index 100% rename from solutions/doset.yml rename to solutions/toc.yml diff --git a/troubleshoot/doset.yml b/troubleshoot/toc.yml similarity index 100% rename from troubleshoot/doset.yml rename to troubleshoot/toc.yml diff --git a/whats-new/doset.yml b/whats-new/toc.yml similarity index 100% rename from whats-new/doset.yml rename to whats-new/toc.yml