Skip to content
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

Embed Docsy version in <meta> tag of generated pages #2026

Open
Tracked by #2108 ...
chalin opened this issue May 29, 2024 · 0 comments
Open
Tracked by #2108 ...

Embed Docsy version in <meta> tag of generated pages #2026

chalin opened this issue May 29, 2024 · 0 comments
Labels
e0-minutes Effort < 60 min enhancement New feature or request p2-medium
Milestone

Comments

@chalin
Copy link
Collaborator

chalin commented May 29, 2024

  • This would be similar to what is done by Hugo via <meta name="generator" content="Hugo 0.126.1">.
  • We might want to comply to generating the tag in the same scope as Hugo?

Here's a snippet that from https://github.com/chalin/docsy/blob/333c2f8d41725d5a38e41b1ab9b2ea58622bc37d/layouts/partials/head-css.html:

{{ if ... -}}
    <meta name="docsy-info" content="{{ $msg }}">
{{ end -}}
@chalin chalin added enhancement New feature or request e0-minutes Effort < 60 min p2-medium labels May 29, 2024
@chalin chalin added this to the 24Q2 milestone May 29, 2024
@chalin chalin mentioned this issue May 29, 2024
25 tasks
@chalin chalin modified the milestones: 24Q2, 24Q3 Jul 2, 2024
@chalin chalin modified the milestones: 24Q3, 24Q4 Oct 3, 2024
@chalin chalin modified the milestones: 24Q4, 25Q1 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e0-minutes Effort < 60 min enhancement New feature or request p2-medium
Projects
None yet
Development

No branches or pull requests

1 participant