Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pros :
https://github.com/nliautaud/nppmanuel/tree/vuepress
Blocking issues :
foo/bar.md
are translated tofoo/bar.html
and notfoo/bar
, breaking existing URLs. The only hack is to place every page into its own subdirectoryfoo/bar/index.md
, which isn't practical at all for writing.See Allow devServer to serve cleanURL vuejs/vuepress#603 / [Feature request] Cleaner and friendlier URLs vuejs/vuepress#608 / ✨ Remove '.html' extension from URLs vuejs/vuepress#1060
See [feature request] The file path & route of default language and others should be flat vuejs/vuepress#363
\
, so the documentation cannot be read locally from the filesystem, and thus cannot be downloaded/embedded as local doc.See Build with Relative URLs vuejs/vuepress#796 / Generated site does not work with local file:// access vuejs/vuepress#387 (comment) / Theme error building a site and sometimes even showing VuePress site vuejs/vuepress#575 / SSR will always add a '/' before assets url even if the publicPath is empty vuejs/vue#8167