Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Remove "BETA" label in the header #216

Closed
fananek opened this issue Jan 21, 2021 · 2 comments · Fixed by #291
Closed

Remove "BETA" label in the header #216

fananek opened this issue Jan 21, 2021 · 2 comments · Fixed by #291
Milestone

Comments

@fananek
Copy link

fananek commented Jan 21, 2021

I'm wondering whether "BETA" label can be removed/hidden from header. People who visit documentation site often tend to think that documentation itself is Beta version. And honestly I had the same feeling when I first saw some site generated by SwiftDoc. Especially when there is no reference to SwiftDoc in the header.
Snímek obrazovky 2021-01-21 v 14 14 54

The information is already in the page footer.
Snímek obrazovky 2021-01-21 v 14 21 01

@mattt
Copy link
Contributor

mattt commented Jan 21, 2021

Thanks for your feedback, @fananek. Until this is removed in a future release, you can either edit your HTML files to delete <sup>Beta</sup> or add a rule in the CSS to hide it.

$ sed -i 's#<sup>Beta</sup>##' *.html
header sup { display: none !important; }

@fananek
Copy link
Author

fananek commented Jan 21, 2021

Thanks Matt for prompt response. I can manage it for sure. It’s not a big deal. This was more like a feature request. I can even submit PR if you wish and of course agree with this adjustment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants