-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update/SOF-7544 cleanups #314
Merged
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b2955be
chore: add periods
VsevolodX 2c106f8
Merge branch 'master' into update/SOF-7544
VsevolodX b45946e
chore: add periods 2
VsevolodX f08ed5f
update: place tags to yaml ath the top, remove from bottom
VsevolodX 748916a
update: add bibtex plugin
VsevolodX 110ad6a
feat: add bibtex file
VsevolodX c99c551
update: add bibtex references 1
VsevolodX 31605fe
update: add bibtex references 2
VsevolodX b72b4c9
update: add links
VsevolodX 2d64f21
update: use new references style
VsevolodX 32c6247
update: bibtex refs
VsevolodX 318e258
update: more bibtex refs
VsevolodX 0918003
update: more bibtex refs 2
VsevolodX e6831f2
update: use new references style
VsevolodX 4df49e9
update: rename to reflect categories
VsevolodX 21fc7f2
update: images path
VsevolodX 2ee9daa
update: images path to relative
VsevolodX 3ad0a49
update: images path to relative 2
VsevolodX a46a699
update: update mkdocs
VsevolodX 4ee8602
update: rename to reflect categories 2
VsevolodX 0f70ad9
update: bring tutorials one layer up
VsevolodX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may use the in-built
tags
feature - https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/In that case, we need to specify the tags on the top/frontmatter (also tags are shown on the top of the page):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't seem to use them anywhere currently, do we?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, we need to place them before
And also set to hide:
For desired display
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously, we used tags to set YouTube hashtags. But they are set via JSON metadata (e.g., https://github.com/Exabyte-io/documentation/blob/master/lang/en/docs/metadata/general.json). We may think of modifying the
tags
plugin to include tags from JSON files and extend them.