<!--Delete sections as needed -->
## Description
Remove glossary with a nudge towards using Ask AI.
https://deploy-preview-22112--docsdocker.netlify.app/reference/glossary/
## Related issues or tickets
ENGDOC-2445
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
---------
Signed-off-by: Craig <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
This improves our authentication docs in our API. Additionally, we need
to note on certain routes where OAT bearers are allowed.
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [x] Technical review
- [x] Editorial review
- [ ] Product review
---------
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
The opening tag was a "td", but the closing tag a "th". Looks
like browsers fix this up, but let's change it to be correct.
updates 56679aec98
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Some pages are nested quite deep in the sidebar, which means they aren't
automatically visible on pageload unless the sidebar is scrolled. This
commit adds a scrolldown function to the sidebar to check if the element
representing the current page is in view. If it isn't, the sidebar is
scrolled down to a position where the current page comes into view.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
While we don't currently use the caution alert anywhere yet, we should
still be consistent in using i18n strings for these (not `title
.AlertType`).
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
The wide base templates used by tags and learning paths were identical.
Creating a single-column `wide` layout instead to enable code reuse.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
With the recent change in moving content to the /manuals section, and
manipulating content permalinks to use `/:sections[1:]/:slugorfilename`,
source filenames with dots in them did not receive a .html extension in
the site output directory. This seems to be a quirk (bug?) with the
`:slugorfilename` permalink token in Hugo.
To work around this, I have removed the dots in markdown filenames and
replaced them with dashes.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
For some inexplicable reason, the link render hook was failing, probably
caused by cases where goldmark was called recursively by shortcodes.
This change changas the render hook to use the global `pages` pointer
instead of the .Pages pointer of the render hook context. Seems to work.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>