Skip to content

Is it possible to combine docs and blog tags? #11244

Answered by slorber
asher-floyd asked this question in Q&A
Discussion options

You must be logged in to vote

I understand your point but it's unfortunately not really possible.

The tags for docs can be versioned, which means that these 3 pages can eventually display different tags depending on which tags a version is using:

  • /docs/tags
  • /docs/1.0/tags
  • /docs/2.0/tags

Blog tags are rendered on a separate page: /blog/tags

I see how having "global tags" at a /tags page might be useful, but doing so lead to challenging design decisions we have to make:

  • how would third-party plugins we don't know about could register global tags? we probably need a plugin API for that case?
  • how would a docs tag avoid displaying duplicate tag entries for versioned docs (ie docs/1.0/page-with-tag + docs/2.0/page-with-tag

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@asher-floyd
Comment options

Answer selected by asher-floyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants