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
0.10.2
Create a vue press site using the following config.js
module.exports = { title: 'My Site', description: 'Foo Bar', themeConfig: { displayAllHeaders: true, lastUpdated: true, sidebarDepth: 2, sidebar: [ '/', '/page-a', '/page-b', ] }
Add secondary headers to the page-a and page-b pages.
displayAllHeaders: true
The text was updated successfully, but these errors were encountered:
Thanks for your reporting, but it hasn't been released yet, I just updated the feature status, you should be able to use it at 0.11.0.
0.11.0
Sorry, something went wrong.
Ah, that explains a lot! Is this the same for last update timestamp?
Not yet, lastUpdated had been published for a long time.
Ah, last update seems to work after committing the files. Thanks!
No branches or pull requests
Bug report
Version
0.10.2
Steps to reproduce
Create a vue press site using the following config.js
Add secondary headers to the page-a and page-b pages.
What is expected?
displayAllHeaders: true
setting. This is not the case.What is actually happening?
Other relevant information
The text was updated successfully, but these errors were encountered: