Skip to content

Commit 7c3471e

Browse files
authored
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
1 parent e361b3f commit 7c3471e

File tree

12 files changed

+23
-1
lines changed

12 files changed

+23
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# vscode stuff
2-
.vscode/
2+
.vscode/*
3+
!.vscode/tasks.json
4+
5+
# docs-builder default output
6+
.artifacts
37

48
# vs stuff
59
.vs/
File renamed without changes.

docset.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
project: "docs-content"
2+
exclude:
3+
- '_*.md'
4+
- 'README.md'
5+
toc:
6+
- file: index.md
7+
- toc: elastic-basics
8+
- toc: solutions
9+
- toc: manage-data
10+
- toc: explore-analyze
11+
- toc: deploy-manage
12+
- toc: troubleshoot
13+
- toc: extend
14+
- toc: whats-new
15+
- toc: reference
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Elastic Documentation
3+
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)