You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Mike Ralphson edited this page Oct 5, 2016
·
1 revision
If you want to break your index.md into multiple files, use includes!
Each entry in the includes list at the top of index.md refers to a file in the includes directory, like this:
includes:
- api/databases
Will append the content of includes/api/_databases.md to the end of index.md. Note that the (required) underscore in the filename isn't in the list entry.