just-the-umbrel-docs 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/head.html +1 -13
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f51bdf5b243a73b18481620966a575bf39d2ee72aba2e57689a01265f3c7d2a
|
|
4
|
+
data.tar.gz: 55571ef593bbb0cd487c756327fc4f940788b13daf9691ee367511ef9f780eb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d911ebf4cdf011d92674e53286089a8313958a8506cc3acc2d01495dbeda215dbc3c03e6613c37229378cec4fe8cbdc4d834d1dc1d9c43226e16390777b32d1e
|
|
7
|
+
data.tar.gz: f5fd5e06a2fd5a790d56deda0c2a694726f1277b4975af59186973c6540499cbc06b6b9dbd461cc45a41980e0b42459f4a3632271ad3500b618efaaac5602c56
|
data/_includes/head.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
4
4
|
|
|
5
5
|
{% unless site.plugins contains "jekyll-seo-tag" %}
|
|
6
|
-
<title>{
|
|
6
|
+
<title>{% t page.title %} - {{ site.title }}</title>
|
|
7
7
|
|
|
8
8
|
{% if page.description %}
|
|
9
9
|
<meta name="Description" content="{{ page.description }}">
|
|
@@ -14,18 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
<link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | relative_url }}">
|
|
16
16
|
|
|
17
|
-
{% if site.ga_tracking != nil %}
|
|
18
|
-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga_tracking }}"></script>
|
|
19
|
-
<script>
|
|
20
|
-
window.dataLayer = window.dataLayer || [];
|
|
21
|
-
function gtag(){dataLayer.push(arguments);}
|
|
22
|
-
gtag('js', new Date());
|
|
23
|
-
|
|
24
|
-
gtag('config', '{{ site.ga_tracking }}'{% unless site.ga_tracking_anonymize_ip == nil %}, { 'anonymize_ip': true }{% endunless %});
|
|
25
|
-
</script>
|
|
26
|
-
|
|
27
|
-
{% endif %}
|
|
28
|
-
|
|
29
17
|
{% if site.search_enabled != false %}
|
|
30
18
|
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
|
|
31
19
|
{% endif %}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: just-the-umbrel-docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Dewes
|
|
@@ -178,6 +178,5 @@ requirements: []
|
|
|
178
178
|
rubygems_version: 3.1.4
|
|
179
179
|
signing_key:
|
|
180
180
|
specification_version: 4
|
|
181
|
-
summary:
|
|
182
|
-
with built-in search.
|
|
181
|
+
summary: Based on just-the-docs, only used for UmbrelInfo
|
|
183
182
|
test_files: []
|