docusaurus/lib/server
Joel Marcey dc0c1390c4 [WIP] Allow custom subpath for docs within the "docs" folder
e.g.,

The default is

`docs/*.md`

This allows

`docs/somedir/*.md`

or

`docs/somedir/anotherdir/*.md`

Notes:

- All URLs are still /docs/*.html (i.e. the subpath does not get preserved in the link).
- Files in `translated_docs`, if any, will still only be one level
- This should not affect translations or versioning
2017-11-08 20:16:05 -08:00
..
feed.js Adds sitemap.xml. Adds 'Help Translate' to translatable strings. Error messages and fn name cleanups. (#136) 2017-10-18 12:55:58 -07:00
generate.js [WIP] Allow custom subpath for docs within the "docs" folder 2017-11-08 20:16:05 -08:00
readCategories.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
readMetadata.js [WIP] Allow custom subpath for docs within the "docs" folder 2017-11-08 20:16:05 -08:00
server.js [WIP] Allow custom subpath for docs within the "docs" folder 2017-11-08 20:16:05 -08:00
sitemap.js Sitemap local (#157) 2017-10-26 16:12:47 -07:00
translate-plugin.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
translate.js Fall back to English when strings are missing (#151) 2017-10-19 16:41:20 -07:00
translation.js Adds sitemap.xml. Adds 'Help Translate' to translatable strings. Error messages and fn name cleanups. (#136) 2017-10-18 12:55:58 -07:00
versionFallback.js Ensure some errors are logged to the console (#194) 2017-10-30 11:42:45 -07:00