forked from esphome/esphome-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # esphomeyaml/changelog/index.rst
- Loading branch information
Showing
164 changed files
with
1,192 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
--- | ||
build: | ||
tags: | ||
- esphomedocs | ||
script: | ||
- make ../esphomelib | ||
- make html | ||
except: | ||
- current | ||
- rc | ||
|
||
.deploy: &deploy | ||
tags: | ||
- esphomedocs | ||
|
@@ -26,12 +16,14 @@ build: | |
- git fetch --force [email protected]:${TARGET_REPO}.git gh-pages:gh-pages | ||
- git worktree add _build/html gh-pages | ||
- make ../esphomelib | ||
- touch _build/html/.nojekyll | ||
- echo ${CNAME} >_build/html/CNAME | ||
- make html | ||
- make convertimages | ||
- git -C _build/html add --all | ||
- git -C _build/html commit -m "Deploy to gh-pages" | ||
- git -C _build/html push -f [email protected]:${TARGET_REPO}.git gh-pages | ||
cache: | ||
paths: | ||
- _build/doctrees | ||
|
||
deploy-release: | ||
<<: *deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{% extends 'alabaster/layout.html' %} | ||
|
||
{% block footer %} | ||
<div class="footer"> | ||
<a href="/misc/privacy.html">Privacy Policy</a> | ||
</div> | ||
<div id="upgrade-footer"> | ||
A new version has been release since you last visited this page: {{ release }} 🎉 | ||
<a id="upgrade-footer-changelog" href="/esphomeyaml/changelog/index.html">View Changelog</a> | ||
</div> | ||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113203480-2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-113203480-2', {'anonymize_ip': true}); | ||
</script> | ||
|
||
<script> | ||
var old = window.localStorage.getItem("release"); | ||
if (old === null) { | ||
window.localStorage.setItem("release", "{{ release }}"); | ||
} else if (old !== "{{ release }}") { | ||
document.getElementById("upgrade-footer").classList.add("not-hidden"); | ||
document.getElementById("upgrade-footer-changelog").addEventListener('click', function () { | ||
window.localStorage.setItem("release", "{{ release }}"); | ||
}); | ||
} | ||
</script> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.