Skip to content

Commit

Permalink
Move to docs-builder with support for nested toc.yml files (#257)
Browse files Browse the repository at this point in the history
* 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
Mpdreamz authored Jan 28, 2025
1 parent e361b3f commit 7c3471e
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
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/
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions docset.yml
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.
3 changes: 3 additions & 0 deletions index.md
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.

0 comments on commit 7c3471e

Please sign in to comment.