We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site builder publishes the following artifacts:
site.json
_pages/*.html
spa.js
Navigation will need to be changed to:
http://site.github.io/#page/path?page-header
Which means it needs to be propagated into the search.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Site builder publishes the following artifacts:
site.json
- contains list of pages for navigation - it's the first file AJAXd from the server by the SPA_pages/*.html
- markdown pages (rendered to html) of the sitespa.js
- bundled fully optimised SPA frontendNavigation will need to be changed to:
http://site.github.io/#page/path?page-header
Which means it needs to be propagated into the search.
The text was updated successfully, but these errors were encountered: