1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00

Merge pull request #4585 from squidfunk/docs/simplify-overrides

Simplify local overrides
This commit is contained in:
Martin Donath 2022-11-03 15:31:57 +01:00 committed by GitHub
commit 9e8446e357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 7 additions and 301 deletions

View File

@ -91,7 +91,9 @@ jobs:
ghcr.io/${{ github.event.repository.full_name }}:${{ github.event.release.tag_name }}
- name: Check Docker image
run:
working-directory: /tmp
run: |
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }} new .
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }} build
- name: Publish Docker image

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Alternatives
There are tons of static site generators and themes out there and choosing the

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Browser support
Material for MkDocs goes at great lengths to support the largest possible range

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changelog
## Material for MkDocs

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Creating your site
After you've [installed] Material for MkDocs, you can bootstrap your project

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Customization
Project documentation is as diverse as the projects themselves and Material for

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Getting started
Material for MkDocs is a theme for [MkDocs], a static site generator geared

View File

@ -1,4 +1,6 @@
---
template: overrides/home.html
template: home.html
title: Material for MkDocs
---
Welcome to Material for MkDocs.

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changelog
## Material for MkDocs Insiders

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
title: Getting started with Insiders
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
title: Insiders
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# License
**MIT License**

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Philosophy
Before settling for Material for MkDocs, it's a good idea to understand the

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Publishing your site
The great thing about hosting project documentation in a `git` repository is

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/alert-outline
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/plus-circle
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/gesture-tap-button
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/code-json
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/tab
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/table-edit
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/graph-outline
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/format-align-bottom
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/format-font
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/view-grid-plus
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/emoticon-happy-outline
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/image-frame
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Reference
Material for MkDocs is packed with many great features that make technical

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/format-list-bulleted
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/alphabet-greek
---

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
icon: material/tooltip-plus
status: new
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Adding a comment system
Material for MkDocs allows to easily add the third-party comment system of your

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Adding a git repository
If your documentation is related to source code, Material for MkDocs provides

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Building for offline usage
If you want to ship your documentation together with your product, MkDocs has

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changing the colors
As any proper Material Design implementation, Material for MkDocs supports

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changing the fonts
Material for MkDocs makes it easy to change the typeface of your project

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changing the language
Material for MkDocs supports internationalization (i18n) and provides

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Changing the logo and icons
When installing Material for MkDocs, you immediately get access to _over 8,000

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Ensuring data privacy
Material for MkDocs makes compliance with data privacy regulations very easy,

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
title: Extensions
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Python Markdown Extensions
The [Python Markdown Extensions] package is an excellent collection of

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Python Markdown
Material for MkDocs supports a large number of [Python Markdown] extensions,

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
status: new
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up navigation
A clear and concise navigation structure is an important aspect of good project

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up site analytics
As with any other service offered on the web, understanding how your project

View File

@ -1,5 +1,4 @@
---
template: overrides/main.html
search:
boost: 1.05
---

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up social cards
Social cards, also known as social previews, are images that are displayed when

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up tags
Material for MkDocs adds first-class support for categorizing pages with tags,

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up the footer
The footer of your project documentation is a great place to add links to

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up the header
Material for MkDocs' header can be customized to show an announcement bar that

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# Setting up versioning
Material for MkDocs makes it easy to deploy multiple versions of your project

View File

@ -1,7 +1,3 @@
---
template: overrides/main.html
---
# How to upgrade
Upgrade to the latest version with:

View File

@ -1,10 +0,0 @@
{#-
This file was automatically generated - do not edit
-#}
{% extends "overrides/main.html" %}
{% block content %}
{{ super() }}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script src="https://giscus.app/client.js" data-repo="squidfunk/mkdocs-material" data-repo-id="MDEwOlJlcG9zaXRvcnk1MDYxNzQyOA==" data-category="_" data-category-id="DIC_kwDOAwRcVM4CAtJY" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en" crossorigin="anonymous" async></script>
<script>var theme,giscus=document.querySelector("script[src*=giscus]"),palette=__md_get("__palette");palette&&"object"==typeof palette.color&&(theme="slate"===palette.color.scheme?"dark":"light",giscus.setAttribute("data-theme",theme)),document.addEventListener("DOMContentLoaded",function(){document.querySelector("[data-md-component=palette]").addEventListener("change",function(){var e=__md_get("__palette");e&&"object"==typeof e.color&&(e="slate"===e.color.scheme?"dark":"light",document.querySelector(".giscus-frame").contentWindow.postMessage({giscus:{setConfig:{theme:e}}},"https://giscus.app"))})})</script>
{% endblock %}

View File

@ -14,9 +14,6 @@
<strong>Twitter</strong>
</a>
{% endblock %}
{% block content %}
{% include "overrides/partials/content.html" %}
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.d665d539.min.js' | url }}"></script>

View File

@ -1,18 +0,0 @@
{#-
This file was automatically generated - do not edit
-#}
{% if "tags" in config.plugins %}
{% include "partials/tags.html" %}
{% endif %}
{% include "overrides/partials/actions.html" %}
{% if not "\x3ch1" in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
{{ page.content }}
{% if page.meta and (
page.meta.git_revision_date_localized or
page.meta.revision_date
) %}
{% include "partials/source-file.html" %}
{% endif %}
{% include "partials/feedback.html" %}

View File

@ -36,6 +36,7 @@ copyright: Copyright &copy; 2016 - 2022 Martin Donath
# Configuration
theme:
name: material
custom_dir: material/overrides
features:
# - announce.dismiss
- content.code.annotate

View File

@ -1,76 +0,0 @@
<!--
Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
{% extends "overrides/main.html" %}
<!-- Content -->
{% block content %}
{{ super() }}
<!-- Giscus - generated by https://giscus.app -->
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script
src="https://giscus.app/client.js"
data-repo="squidfunk/mkdocs-material"
data-repo-id="MDEwOlJlcG9zaXRvcnk1MDYxNzQyOA=="
data-category="_"
data-category-id="DIC_kwDOAwRcVM4CAtJY"
data-mapping="pathname"
data-reactions-enabled="1"
data-emit-metadata="1"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async
>
</script>
<!-- Synchronize Giscus theme with palette -->
<script>
var giscus = document.querySelector("script[src*=giscus]")
/* Set palette on initial load */
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate" ? "dark" : "light"
giscus.setAttribute("data-theme", theme)
}
/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function() {
var ref = document.querySelector("[data-md-component=palette]")
ref.addEventListener("change", function() {
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate" ? "dark" : "light"
/* Instruct Giscus to change theme */
var frame = document.querySelector(".giscus-frame")
frame.contentWindow.postMessage(
{ giscus: { setConfig: { theme } } },
"https://giscus.app"
)
}
})
})
</script>
{% endblock %}

View File

@ -43,11 +43,6 @@
</a>
{% endblock %}
<!-- Content -->
{% block content %}
{% include "overrides/partials/content.html" %}
{% endblock %}
<!-- Theme-related JavaScript -->
{% block scripts %}
{{ super() }}

View File

@ -1,51 +0,0 @@
<!--
Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Tags -->
{% if "tags" in config.plugins %}
{% include "partials/tags.html" %}
{% endif %}
<!-- Actions -->
{% include "overrides/partials/actions.html" %}
<!--
Hack: check whether the content contains a h1 headline. If it doesn't, the
page title (or respectively site name) is used as the main headline.
-->
{% if not "\x3ch1" in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
<!-- Page content -->
{{ page.content }}
<!-- Source file information -->
{% if page.meta and (
page.meta.git_revision_date_localized or
page.meta.revision_date
) %}
{% include "partials/source-file.html" %}
{% endif %}
<!-- Was this page helpful? -->
{% include "partials/feedback.html" %}