1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: dsc
site_description: Discourse CLI — manage multiple Discourse forums from the terminal.
site_url: https://pacharanero.github.io/dsc/
repo_url: https://github.com/pacharanero/dsc
repo_name: pacharanero/dsc
edit_uri: edit/main/docs/
theme:
variant: classic
features:
- content.code.copy
- content.code.annotate
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- toc.follow
nav:
- Home: index.md
- Getting started:
- Configuration: configuration.md
- Shell completions: completions.md
- Content commands:
- topic: topic.md
- post: post.md
- category: category.md
- search: search.md
- upload: upload.md
- tag: tag.md
- emoji: emoji.md
- Users & access:
- user: user.md
- group: group.md
- invite: invite.md
- pm: pm.md
- api-key: api-key.md
- Install management:
- list: list.md
- add: add.md
- import: import.md
- open: open.md
- update: update.md
- config: config.md
- Site admin:
- setting: setting.md
- backup: backup.md
- theme: theme.md
- plugin: plugin.md
- palette: palette.md
- Development: development.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index:
emoji_generator:
copyright: >-
Copyright © 2025–2026 Marcus Baw.
Source <a href="https://github.com/pacharanero/dsc">pacharanero/dsc</a>.