-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
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
Docusaurs: Add index page to sample-scripts
#4640
Comments
I did some research and it's not currently easy to implement. There's no API available that we can use to retrieve all the Therefore, I suggest we keep this issue open as it would be a nice feature to implement in the future, but it's not currently possible with Docusaurus. |
Is it possible that we create our own react component that reads out all sample files? Then we could read the front matter tags and render our own overview. Not sure if this is possible. Or we could do a quick fix and add an URL to the tags page instead of the overview. |
As mentioned, I couldn't find an API that allows me to read all the front matter
Not quite sure how you would do this |
# Script samples
Be sure to check our [script samples overview](https://pnpgithuburl.com/cli-microsoft365/tags) Easy fix 😄 |
Ow, like that. That's perfectly fine for me 😄 |
Our current docs have a useful feature on the index page for script samples where all available tags are displayed for easy searching. We should include this feature in the Docusaurus version as well.
On Docusaurus, there is a separate page that leads to all available tags on the site. It would be great if we could show these on the index page for easy reference. The link to the separate tags page is: https://jwaegebaert.github.io/cli-microsoft365-docusaurus/tags/
Let's work on adding this feature to improve user experience and make it easier to find relevant script samples.
Note!
When making a PR for this issue, make sure you target the branch
docs-migration
.Related to #4396
The text was updated successfully, but these errors were encountered: