Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
20 changes: 13 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
site_name: Using SPDX
site_description: Information on how to use the System Package Data Exchange specification
site_author: The Linux Foundation and its Contributors.
site_url: https://spdx.github.io/using/ # set to the "root" of the site, to be combined with canonical_version
site_description: Information on how to use the System Package Data Exchange (SPDX) specification
site_author: The Linux Foundation and its Contributors
site_url: https://spdx.github.io/using/
repo_url: https://github.com/spdx/using/
edit_uri: "edit/main/docs" # set to an empty string to disable edit links;
copyright: Using SPDX Copyright © 2024, The Linux Foundation and its Contributors.
edit_uri: "edit/main/docs" # set to an empty string to disable edit links
copyright: Using SPDX Copyright © 2024-2025, The Linux Foundation and its Contributors.
use_directory_urls: true
theme:
name: material
favicon: images/favicon.png
logo: images/logo-white.svg
features:
- content.action.edit
- navigation.instant
- navigation.instant.progress
palette:
- scheme: default
primary: indigo
accent: indigo
plugins:
- git-revision-date
- search
- social
- tags:
tags_file: tags.md
- tags
markdown_extensions:
- admonition
- abbr
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mkdocs==1.6.1
mkdocs-git-revision-date-localized-plugin==1.4.7
mkdocs-material[imaging]==9.6.22
Loading