Skip to content

Commit cd9e04b

Browse files
committed
Updated dependencies
1 parent cdfd068 commit cd9e04b

File tree

12 files changed

+403
-310
lines changed

12 files changed

+403
-310
lines changed

docs/schema/assets/icons.json

+1
Original file line numberDiff line numberDiff line change
@@ -9699,6 +9699,7 @@
96999699
"simple/adobepremierepro",
97009700
"simple/adobexd",
97019701
"simple/adonisjs",
9702+
"simple/adp",
97029703
"simple/adyen",
97039704
"simple/aerlingus",
97049705
"simple/aeroflot",

material/.icons/simple/adp.svg

+1
Loading

material/.overrides/assets/javascripts/custom.525be7f2.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/.overrides/assets/javascripts/custom.525be7f2.min.js.map

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/.overrides/assets/javascripts/iconsearch_index.json

+1
Large diffs are not rendered by default.

material/.overrides/assets/stylesheets/custom.9097afc2.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/.overrides/assets/stylesheets/custom.9097afc2.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/.overrides/home.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% extends "main.html" %}
5+
{% block tabs %}
6+
{{ super() }}
7+
<style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style>
8+
<section class="mdx-container">
9+
<div class="md-grid md-typeset">
10+
<div class="mdx-hero">
11+
<div class="mdx-hero__image">
12+
<img src="assets/images/illustration.png" alt="" width="1659" height="1200" draggable="false">
13+
</div>
14+
<div class="mdx-hero__content">
15+
<h1>Technical documentation that just works</h1>
16+
<p>{{ config.site_description }}. Set up in 5 minutes.</p>
17+
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
18+
Quick start
19+
</a>
20+
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button">
21+
Get Insiders
22+
</a>
23+
</div>
24+
</div>
25+
</div>
26+
</section>
27+
{% endblock %}
28+
{% block content %}{% endblock %}
29+
{% block footer %}{% endblock %}

material/.overrides/main.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% extends "base.html" %}
5+
{% block extrahead %}
6+
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.9097afc2.min.css' | url }}">
7+
{% endblock %}
8+
{% block announce %}
9+
<a href="https://twitter.com/squidfunk">
10+
For updates follow <strong>@squidfunk</strong> on
11+
<span class="twemoji twitter">
12+
{% include ".icons/fontawesome/brands/twitter.svg" %}
13+
</span>
14+
<strong>Twitter</strong>
15+
</a>
16+
{% endblock %}
17+
{% block scripts %}
18+
{{ super() }}
19+
<script src="{{ 'assets/javascripts/custom.525be7f2.min.js' | url }}"></script>
20+
{% endblock %}
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% if page.edit_url %}
5+
{% set edit = "https://github.com/squidfunk/mkdocs-material/edit" %}
6+
{% set view = "https://raw.githubusercontent.com/squidfunk/mkdocs-material" %}
7+
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
8+
{% include ".icons/material/file-edit-outline.svg" %}
9+
</a>
10+
<a href="{{ page.edit_url | replace(edit, view) }}" title="View source of this page" class="md-content__button md-icon">
11+
{% include ".icons/material/file-eye-outline.svg" %}
12+
</a>
13+
{% endif %}

0 commit comments

Comments
 (0)