From 57c1f87af5a274721ad15bbe7b66924f6b457e85 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Sat, 10 Aug 2019 12:30:59 +0800 Subject: [PATCH] Add Disqus comment sections on relevant pages --- docs/about.md | 2 ++ docs/docs.md | 2 ++ docs/download.md | 2 ++ docs/index.md | 2 ++ mkdocs.yml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/docs/about.md b/docs/about.md index 0d5267d..abcbfa9 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,3 +1,5 @@ +disqus: + # About Kobol Team We are a group of passionate people based in Singapore who love to build and design our own smart home solutions. Our background ranges from aerospace industry to data science, gathering a wide spectrum of engineering skills and experiences. We strongly believe in open source and always held the vision to create an open platform to let people express their creativity and hack around. Helios4 project is our way to contribute back to the OSS community. diff --git a/docs/docs.md b/docs/docs.md index 2eedf66..c386683 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -1,3 +1,5 @@ +disqus: + # Helios4 Documents ## Product Change Notification diff --git a/docs/download.md b/docs/download.md index dd9ac15..15b7064 100644 --- a/docs/download.md +++ b/docs/download.md @@ -1,3 +1,5 @@ +disqus: + ## Latest OS Images All the following images are generated by [Armbian](https://www.armbian.com/helios4/) build framework. diff --git a/docs/index.md b/docs/index.md index 05352c2..60d0cda 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,5 @@ +disqus: + # Welcome to the Helios4 Wiki. Helios4 is a powerful ARM based board specially designed for Network Attached Storage. It harnesses its processing capabilities from the **ARMADA 38x-MicroSoM** from [SolidRun](https://wiki.solid-run.com/doku.php?id=products:a38x:microsom). diff --git a/mkdocs.yml b/mkdocs.yml index a498224..ef221e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,6 +40,7 @@ extra: link: 'https://twitter.com/kobol_io' - type: 'rss-square' link: 'https://blog.kobol.io' + disqus: 'kobol-wiki' sd_release: latest: '02/08/2019' @@ -56,6 +57,7 @@ plugins: # Extensions markdown_extensions: - admonition + - meta - codehilite: guess_lang: False - toc: