-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to docs-builder with support for nested toc.yml files (#257)
* Move to docs-builder with support for nested toc.yml files * add .artifacts folder to .gitignore * update .gitignore to include .vscode/tasks.json * remove vscode tasks for now
- Loading branch information
Showing
12 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# vscode stuff | ||
.vscode/ | ||
.vscode/* | ||
!.vscode/tasks.json | ||
|
||
# docs-builder default output | ||
.artifacts | ||
|
||
# vs stuff | ||
.vs/ | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: Elastic Documentation | ||
--- |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.