From c81a736b2a105f50027f6bd1186491f616a21ad2 Mon Sep 17 00:00:00 2001 From: AnimatedSwine37 Date: Sun, 14 Apr 2024 21:36:28 +1000 Subject: [PATCH] Remove path meta --- admin/config.yml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/admin/config.yml b/admin/config.yml index 5c3775e..96c3101 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -1,5 +1,3 @@ -local_backend: true - backend: name: github repo: AnimatedSwine37/persona-modding-docs @@ -46,7 +44,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: getting-started label: Getting Started @@ -81,7 +79,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: audio label: Audio @@ -116,7 +114,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: videos label: Videos @@ -151,7 +149,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: porting label: Porting @@ -186,7 +184,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: models label: Models @@ -221,7 +219,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: flowscript label: Flowscript @@ -256,7 +254,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: text label: Text @@ -291,7 +289,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: events label: Events @@ -326,7 +324,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: sprites label: Sprites @@ -361,7 +359,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: binary label: Binary Files @@ -396,7 +394,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: code label: Code Mods @@ -431,7 +429,7 @@ collections: - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: 'index' } } + # meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: contributing label: Contributing