-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Docs: Research solution for reusable page meta data #10157
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
Comments
A quick note on what we already did:
|
Perhaps the way that ablog uses metadata can be used for inspiration?
|
Refs #10552 |
Going to close this, since I think we are trying to remove the number of places we're using this context, and hopefully can handle this manually going forward. |
Problem statement
Our how-to guides and feature reference roughly consist of 3 string data elements that are reused or used in a different context than the page itself:
While it's possible to be pragmatic or accept compromises regarding labels, the outcome will most certainly be less attractive: More cluttered navigation and texts that exist outside of their context and will eventually be forgotten in updates.
Possibilities
We just focus on the 3 above examples of meta data fields, but the Feature Reference could benefit from more meta data. What is a "feature"? What does it consist of? Perhaps all features could have a link to a howto guide, perhaps all features could have a screenshot etc.
We are perhaps wanting to using Sphinx as a conventional static site generator. Think of how Hugo uses front matter.
Solutions?
a) If there's an existing way to do it: We do it!
b) If it requires to write an extension, we need to decide if its worth it..
Meanwhile, the current situation of maintaining duplicate content will unfold, and we'll see how badly it goes or if its acceptable.
Branched out from #10131
The text was updated successfully, but these errors were encountered: