No documentation on how to use tags with docs pages
See original GitHub issueš Documentation
The release notes say you can now use tags like you can with blogs: https://github.com/facebook/docusaurus/releases/tag/v2.0.0-beta.5
I donāt think thereās documentation on āhow to use tags with documentation filesā.
I think you can just use the tags: property in the frontmatter of the .md file, like this?
---
title: Feature documentation
description: Learn about the new feature snorgleborf
tags: [snorgleborf, features]
---
The next version of the docs doesnāt mention tags: https://docusaurus.io/docs/next/create-doc
And the current version of the docs also doesnāt mention tags: https://docusaurus.io/docs/create-doc
Maybe the beta.5 documentation isnāt ready yet/not deployed? Or maybe Iām looking in the wrong place?
Have you read the Contributing Guidelines on issues?
Yes.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to tag subjects within a single Google Doc
Another option would be to create headings for your various topics in the document and then navigate to them using the document outline...
Read more >How to tag pages - The MDN Web Docs project
This article explains the best way to tag pages so that our readers ... Document metadata: The writing community uses tags to keep...
Read more >Tagging pages | Kentico 10 Documentation
Enter the tags in the Page tags field or use the Select button to choose tags from the currently chosen Page tag group...
Read more >Meta Tags and Attributes that Google Supports | Documentation
Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.
Read more >Creating and managing tags - Google Cloud
Open the Tags page in the Google Cloud console. Open Tags page. Select the Project picker at the top of the page. From...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

So we are really getting into this global YAML config thingš¹ Tag description sounds good to me, and having a global tags file also prevents typos like āback-endā and ābackendā becoming two different tags
Doc PRs welcome if you want to add this.
Just a deploy failure, fixed now
Actually, Iām not very fan of this āfeatureā that I suspect nobody is using. A tag can end up being declared twice with different permalinks, and first occurrence wins. Iād prefer to actually keep it undocumented and emit a warning on usage someday to see if itās safe to remove or if itās relied on. Eventually we could add a
tags.ymlor{tags}config option to override default tags settings like behavior etc, and maybe have the ability to provide a tag description or somethingā¦