Skip to content

Commit c86d19e

Browse files
committed
πŸ“ Massive docs update
1 parent 34a4c81 commit c86d19e

71 files changed

Lines changed: 472 additions & 325 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žastro.config.mjsβ€Ž

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
22
// SPDX-License-Identifier: CC0-1.0
33

4-
import {rehypeHeadingIds} from '@astrojs/markdown-remark';
54
import starlight from '@astrojs/starlight';
65
import icon from 'astro-icon';
76
import {defineConfig} from 'astro/config';
8-
import rehypeAutolinkHeadings from 'rehype-autolink-headings';
97

108
// https://astro.build/config
119
export default defineConfig({
@@ -52,12 +50,15 @@ export default defineConfig({
5250
{
5351
label: 'Available Item Types',
5452
items: [
55-
'item-open-uri',
56-
'item-paste-text',
53+
'item-submenu',
5754
'item-run-command',
55+
'item-file',
5856
'item-simulate-hotkey',
5957
'item-simulate-macro',
60-
'item-submenu',
58+
'item-paste-text',
59+
'item-open-uri',
60+
'item-redirect',
61+
'item-settings',
6162
],
6263
},
6364
],
@@ -87,7 +88,6 @@ export default defineConfig({
8788
label: 'Reference',
8889
collapsed: true,
8990
items: [
90-
'commandline-interface',
9191
'config-files',
9292
'valid-keynames',
9393
'release-management',
@@ -124,16 +124,4 @@ export default defineConfig({
124124
},
125125
}),
126126
],
127-
markdown: {
128-
rehypePlugins: [
129-
rehypeHeadingIds,
130-
[
131-
rehypeAutolinkHeadings,
132-
{
133-
// Wrap the heading text in a link.
134-
behavior: 'wrap',
135-
},
136-
],
137-
],
138-
},
139127
});

β€Žpackage-lock.jsonβ€Ž

Lines changed: 16 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"astro": "^5.3.0",
2121
"astro-icon": "^1.1.5",
2222
"astro-og-canvas": "^0.7.0",
23-
"rehype-autolink-headings": "^7.1.0",
2423
"sharp": "^0.34.1",
2524
"typescript": "^5.8.3"
2625
},

0 commit comments

Comments
Β (0)