summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-01-04 11:55:17 -0300
committerThibault Saunier <tsaunier@igalia.com>2021-01-04 14:56:14 +0000
commitbe19c30254e9d3f06d11f95188f2d674fa09e932 (patch)
treed0dea1b039f83db9596856f9194df49660d0a558
parentd614591657346e4ef86adce22939eacaa1f85558 (diff)
Update theme and use new way of specifying gi language in markdown
-rw-r--r--markdown/templates/C+JS_FALLBACK.md3
-rw-r--r--markdown/templates/C.md2
-rw-r--r--markdown/templates/JS.md2
-rw-r--r--markdown/templates/PY.md2
-rw-r--r--markdown/tutorials/basic/hello-world.md2
-rw-r--r--meson.build2
6 files changed, 6 insertions, 7 deletions
diff --git a/markdown/templates/C+JS_FALLBACK.md b/markdown/templates/C+JS_FALLBACK.md
index 1fa5988..926e502 100644
--- a/markdown/templates/C+JS_FALLBACK.md
+++ b/markdown/templates/C+JS_FALLBACK.md
@@ -1,4 +1,3 @@
-<div class="gi-symbol-c gi-symbol-javascript">
-
+<div class="gi-lang-javascript gi-lang-c">
diff --git a/markdown/templates/C.md b/markdown/templates/C.md
index 36e0cde..f20a062 100644
--- a/markdown/templates/C.md
+++ b/markdown/templates/C.md
@@ -1,2 +1,2 @@
-<div class="gi-symbol-c">
+<div class="gi-lang-c">
diff --git a/markdown/templates/JS.md b/markdown/templates/JS.md
index 3850c01..e04087b 100644
--- a/markdown/templates/JS.md
+++ b/markdown/templates/JS.md
@@ -1,4 +1,4 @@
-<div class="gi-symbol-javascript">
+<div class="gi-lang-javascript">
diff --git a/markdown/templates/PY.md b/markdown/templates/PY.md
index a08f3ac..6e1a8f0 100644
--- a/markdown/templates/PY.md
+++ b/markdown/templates/PY.md
@@ -1,4 +1,4 @@
-<div class="gi-symbol-python">
+<div class="gi-lang-python">
diff --git a/markdown/tutorials/basic/hello-world.md b/markdown/tutorials/basic/hello-world.md
index e4f347f..56e627e 100644
--- a/markdown/tutorials/basic/hello-world.md
+++ b/markdown/tutorials/basic/hello-world.md
@@ -175,7 +175,7 @@ element, remember) to the `PLAYING` state, thus initiating playback.
{{ tutorials/basic-tutorial-1.c[21:26] }}
{{ END_LANG.md }}
-{{ C.md }}
+{{ PY.md }}
{{ tutorials/python/basic-tutorial-1.py[26:32] }}
{{ END_LANG.md }}
diff --git a/meson.build b/meson.build
index 34727bf..fd55f51 100644
--- a/meson.build
+++ b/meson.build
@@ -95,7 +95,7 @@ sitemap = configure_file(command: [sitemap_gen, '@INPUT@', '@OUTPUT@',
input: 'sitemap.txt',
output: 'sitemap.txt')
-html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.9999999/hotdoc_lumen_theme-0.9999999.tar.xz?sha256=ef3b9dd59550c2ba31a7fbcae1f69e6e77147f5e6e224f37a6cb55c162957437'
+html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.999999999/hotdoc_lumen_theme-0.999999999.tar.xz?sha256=d4b3a9a4a2c22f1aa3aa9cf5ebf39a704a2716360b1b32353568de78b2c451dc'
gstreamer_doc = hotdoc.generate_doc('GStreamer',
project_version: apiversion,