From 012d6c9c285c8fb993bef05b55503819e030e817 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:18:56 +0100 Subject: Add feature accounting. --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index aa971f6..c1b689e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - Introductions: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' + - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' - Source: 'source/index.md' @@ -11,6 +12,7 @@ nav: # - Introduction: 'use.md' # - Account: 'account/use.md' - 'Account shell': 'account/shell/use.md' + - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' - Source: 'source/use.md' - Administration: -- cgit v1.2.3 From d788632520e75570ae7da1bb882cfc1b2c7b2038 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:19:43 +0100 Subject: Update source URI. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index c1b689e..94a4a2a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: System features -repo_url: https://source.virtual-assembly.org/features.git/ +repo_url: https://source.couchdesign.dk/features.git/ nav: - Introductions: - Account: 'account/index.md' -- cgit v1.2.3 From fb18a4c1c5e379b88018d5584cc2a7d746c55e27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:53:55 +0100 Subject: Add feature system-desktop. --- .mrconfig | 3 +++ mkdocs.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to 'mkdocs.yml') diff --git a/.mrconfig b/.mrconfig index 6c59dda..4099429 100644 --- a/.mrconfig +++ b/.mrconfig @@ -17,5 +17,8 @@ checkout = git clone 'https://source.redpill.dk/source.git' 'source' [source/system] checkout = git clone 'https://source.redpill.dk/system.git' 'system' +[source/system-desktop] +checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' diff --git a/mkdocs.yml b/mkdocs.yml index 94a4a2a..27d120c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ nav: - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' + - 'System desktop': 'system/desktop/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -20,6 +21,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' # - Chat: 'chat/admin.md' + - 'System desktop setup': 'system/desktop/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' -- cgit v1.2.3 From 916e384dd9d18029ca40a25d5f9ee4d24f3bb1ee Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:55:59 +0100 Subject: Add feature account-secure. --- .mrconfig | 3 +++ mkdocs.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'mkdocs.yml') diff --git a/.mrconfig b/.mrconfig index 4099429..71687e0 100644 --- a/.mrconfig +++ b/.mrconfig @@ -2,6 +2,9 @@ [source/account] checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account' +[source/account-secure] +checkout = git clone 'https://source.redpill.dk/account-secure.git' 'account-secure' + [source/account-shell] checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell' diff --git a/mkdocs.yml b/mkdocs.yml index 27d120c..4f1a5ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - Introductions: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' + - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' @@ -13,6 +14,7 @@ nav: # - Introduction: 'use.md' # - Account: 'account/use.md' - 'Account shell': 'account/shell/use.md' + - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' - Source: 'source/use.md' @@ -20,6 +22,7 @@ nav: # - Introduction: 'admin.md' - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' + - 'Account security setup': 'account/secure/setup.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' - Development: -- cgit v1.2.3 From b16c281c7fbc430c26da7021930c95c588d4cb07 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 3 Nov 2019 18:40:23 +0100 Subject: add feature system-gateway --- .mrconfig | 3 +++ mkdocs.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to 'mkdocs.yml') diff --git a/.mrconfig b/.mrconfig index 71687e0..18e1af4 100644 --- a/.mrconfig +++ b/.mrconfig @@ -23,5 +23,8 @@ checkout = git clone 'https://source.redpill.dk/system.git' 'system' [source/system-desktop] checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop' +[source/system-gateway] +checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' diff --git a/mkdocs.yml b/mkdocs.yml index 4f1a5ae..c976b82 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,7 @@ nav: - Chat: 'chat/index.md' - System: 'system/index.md' - 'System desktop': 'system/desktop/index.md' + - 'System gateway': 'system/gateway/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -25,6 +26,7 @@ nav: - 'Account security setup': 'account/secure/setup.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' + - 'System gateway setup': 'system/gateway/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' -- cgit v1.2.3 From 3cd1ade78e64a86364d2b3d33ab4e7338f64ab95 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 19 Jun 2020 16:36:42 +0200 Subject: enable markdown extensions permalink codehilite --- mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index c976b82..5653cde 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,10 @@ site_name: System features repo_url: https://source.couchdesign.dk/features.git/ +markdown_extensions: + - toc: + permalink: '§' + - codehilite: + guess_lang: False nav: - Introductions: - Account: 'account/index.md' -- cgit v1.2.3 From 8fe1e54f704d6a1eefff2109d578821cc0c52315 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 20 Jun 2020 10:42:22 +0200 Subject: include this SETUP as About → Website setup; Improve menu items below About MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + mkdocs.yml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'mkdocs.yml') diff --git a/Makefile b/Makefile index 3bd88cf..a6839fc 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ docs: mkdir -p docs find docs -type l -delete $(MUSTACHE) < README.md > docs/index.md + $(MUSTACHE) < SETUP.md > docs/setup.md docs/%: source mkdir -p docs/$* diff --git a/mkdocs.yml b/mkdocs.yml index 5653cde..baf9b19 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,6 +36,8 @@ nav: # - Introduction: 'devel.md' - System: 'system/devel.md' - About: - - Structure: 'about/index.md' - - 'Technical setup': 'about/setup.md' - - 'Maintenance': 'about/admin.md' + - Website: 'index.md' + - 'Website setup': 'setup.md' + - 'Source structure': 'about/index.md' + - 'Source setup': 'about/setup.md' + - 'Source maintenance': 'about/admin.md' -- cgit v1.2.3