docusaurus/lib/server
Cheng Lou 76e423fba3 Use path module instead of string concat / (#255)
This also in part prepares for #253. I discovered a bug when setting `projectName` to `""`, and some `"build/" + projectName + "/foo"` concatenated into `"build//foo"`. Granted, it's a hack, but we should use `path` anyway.

Test: tested on https://github.com/BuckleScript/bucklescript.github.io. Seems working
2017-12-04 09:32:02 -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 Use path module instead of string concat / (#255) 2017-12-04 09:32:02 -08:00
readCategories.js Provide additional debugging information (#241) 2017-11-26 21:59:28 -08:00
readMetadata.js Check whether a previous/next doc actually exists (#226) 2017-11-14 20:36:25 -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 [Versioning] Fix issue when a doc is added (#231) 2017-11-15 15:55:08 -08:00