Skip to content

Commit

Permalink
Remove path meta
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Apr 14, 2024
1 parent d7254f8 commit c81a736
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
local_backend: true

backend:
name: github
repo: AnimatedSwine37/persona-modding-docs
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c81a736

Please sign in to comment.