docs/reference-*.md files are generated on lando docs but are untracked in the repo, and can't be with the current setup due to gitbook's built-in recognition for .gitignore'd files.
API reference files don't have their own directory, resulting in slightly counter-intuitive doc URLs
Solution
Move book.json into /docs, which prevents gitbook from looking at the .gitignore file at the root, so we can safely ignore intermediate reference Markdown
Track an empty /docs/reference directory, ignoring all its contents, so we can build API reference/.md files there that exist at `/reference/` doc URLs
Ticket: #17
Issue
A couple small issues are addressed:
lando docs
but are untracked in the repo, and can't be with the current setup due to gitbook's built-in recognition for.gitignore
'd files.Solution
.gitignore
file at the root, so we can safely ignore intermediate reference MarkdownImpact
No runtime impact, just internal/docs effects
Usage Changes
None.
Considerations
See #72
Testing
No tests required or added.