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

Adding manon-docs hugo theme and support #91

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Conversation

jpbruinsslot
Copy link
Contributor

@jpbruinsslot jpbruinsslot commented Feb 6, 2023

  • sidebar, remove on section index pages?
  • automatic anchors on pages for headers?
  • fix code blocks
  • images
  • tiles
  • github workflow

@jpbruinsslot jpbruinsslot self-assigned this Feb 22, 2023
@@ -8,7 +9,7 @@

{{ range $pages }}
<p>
<h2>
<h2 id="{{ .Title | plainify | htmlUnescape | anchorize }}">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using the anchorize filter makes the other filters unnecessary since it already sanitizes the input

* main: (96 commits)
  Updated version number (#123)
  Updated nav styling options and fixed issues found. Added manon docs nav styling. (#121)
  fix: set border to 0 on focus-only class (#118)
  fix: form help styling
  Added width variable
  feat: header-navigation width variable
  fix: added and updated header-navigation  variables
  Updated version (#112)
  fix: fieldset checkbox alignment horizontal view. Align correctly with elements outside the fieldset. (#114)
  fix: update tabs variables linkage.  (#113)
  fix: Form help alignment. (#115)
  fix: removed empty link (#110)
  fix: call to action button linkage BREAKING CHANGE: Removed: --cta-background-color and --cta-text-color (#107)
  fix: pagination variable linkage and added styling to have pagination grow within the available space (#109)
  Fix: Moving header nav styling to header nav styling file instead of navigation. (#108)
  fix: ghost button variables linkage
  fix: message counter linkage
  chore: updating version
  fix: upgraded navigation styling options and fixing old linkage issues
  fix small typos (#96)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants