Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tpo/web/onion-mkdocs
  • rhatto/onion-mkdocs
  • martin/docs
3 results
Show changes
Commits on Source (7)
public
.cache
......@@ -3,7 +3,9 @@
#
# Folder relative to this Makefile pointing to where the Onion MkDocs is
# installed Customize to your needs in your main Makefile. Examples:
# installed.
#
# Customize to your needs in your main Makefile. Examples:
#
# ONION_MKDOCS_PATH = vendor/onion-mkdocs
# ONION_MKDOCS_PATH = vendors/onion-mkdocs
......
This diff is collapsed.
......@@ -12,5 +12,5 @@ INHERIT: onion-mkdocs.yml
# Site parameters
site_name: Onion MkDocs
repo_url : https://gitlab.torproject.org/tpo/web/onion-mkdocs
site_uri : https://tpo.pages.torproject.net/web/onion-mkdocs
edit_url : ''
site_url : https://tpo.pages.torproject.net/web/onion-mkdocs
edit_uri : ''
......@@ -48,10 +48,11 @@ theme:
# Do not use external fonts
# Useful for offline operation, GDPR compliance and privacy in general
# May be replaced in the future by the built-in privacy plugin
# See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin
font: false
#
# This option was superseded by the privacy plugin:
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin
#font: false
# Extra stylesheets
extra_css:
......@@ -74,6 +75,14 @@ plugins:
#awesome-pages:
# collapse_single_pages: true
# The built-in privacy plugin automatically identifies external assets as
# part of the build process and downloads all assets for very simple
# self-hosting
#
# See https://squidfunk.github.io/mkdocs-material/plugins/privacy/
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin
privacy: {}
# Markdown extensions
# See https://www.mkdocs.org/user-guide/configuration/#markdown_extensions
# https://squidfunk.github.io/mkdocs-material/setup/extensions/
......
......@@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"pipenv": {
"enabled": true
}
}