-
Notifications
You must be signed in to change notification settings - Fork 1
Register docs into backstage with mkdocs file #30
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,6 @@ | ||||||||||
| # Copyright The Linux Foundation and each contributor to LFX. | ||||||||||
| --- | ||||||||||
| site_name: LFX v2 Auth Service | ||||||||||
| site_description: Documentation for LFX v2 Auth Service | ||||||||||
| plugins: | ||||||||||
| - techdocs-core | ||||||||||
|
||||||||||
| - techdocs-core | |
| - techdocs-core | |
| nav: | |
| - Home: README.md |
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.
Most YAML files in this repo include an SPDX header (e.g.,
# SPDX-License-Identifier: MIT) immediately after the copyright line. To match the established license-header convention (and avoid potential failures from the license-header-check workflow), add the SPDX line to this newmkdocs.ymlas well.