Can we do this?
https://gitlab.com/antora/antora/-/issues/612
That includes:
{{#unless (eq page.componentVersion page.component.latest)}}
<div class="article-banner">
{{#if page.componentVersion.prerelease}}
<p>You are viewing the documentation for a prerelease version.</p>
{{else}}
<p>A newer version of this documentation is available.</p>
{{/if}}
<a class="btn" href="{{relativize page.latest.url}}">View Latest</a>
</div>
{{/unless}}
... but I'm not quite sure where that would go!
Also, is it possible to have a stable link to the latest non-rawhide version
of something? (Like, the release notes?)
--
Matthew Miller
<mattdm(a)fedoraproject.org>
Fedora Project Leader
The page
https://docs.fedoraproject.org/en-US/engineering/
already includes a kind of placeholder for Fedora Server Working Group, currently ponting to our Wiki page.
(a)
We would like to get the future address (probably https://docs.fedoraproject.org/en-US/server-working-group/ in analogy to the Workstation group) link to subdirectory „wg" of our repository (https://pagure.io/fedora-server/blob/main/f/wg)
(b)
The current link to our Wiki page could be replaced by the new address. The current landing page is short, but contains a link to the wiki page either. So no information is lost, even if the state of the index page at the moment makes a somewhat imperfect impression.
(c)
If possible, we would like to have a staging address as well, eg. https://docs.stg.fedoraproject.org/en-US/server-working-group/ in analogy to the staging version of our user documentation.
(d)
And last but not least we would like to have the name of our group in bold like the other entries in the list and as description the text "Information about the work on Fedora Server Edition".
It may be worth considering systematically keeping our official ‚branding' for the group names, which would be "Fedora Workstation Edition Working Group" , "Fedora Server Edition Working Group“ , „Fedora IoT“ etc.
For example, we also have a generic minimal server, and especially a 'Fedora Server Edition' with a specific set of programs and tools, and a specific default configuration and property profile (Well, it's kinda a marketing issue and maybe nothing worth for an engineering perspective),
Best
Peter
On Sun, Nov 21, 2021 at 04:27:18PM +0000, Tom Hughes wrote:
> >That page seems substantially (if not completely?) identical to the current
> >doc at https://docs.fedoraproject.org/en-US/package-maintainers/How_to_Get_Sponsor…
>
> Ah you're quite right. That was a google fail on my part - the search
> that I did on "fedora become a packager" grouped that wiki page under
> the other docs page I mentioned and I didn't notice that wasn't the
> page the wiki linked to.
There exists a magic wiki macro one can add to the top of a page which
automatically redirects it to the docs (which would probably eventually get
google pointing there too). It would be like this:
{{#fedoradocs: https://docs.fedoraproject.org/en-US/package-maintainers/How_to_Get_Sponsor…
... but we don't have a consistent policy about when to use it.
[cc'ing docs list]
--
Matthew Miller
<mattdm(a)fedoraproject.org>
Fedora Project Leader