Skip to content

Commit 875b8a8

Browse files
lwasserJimMadge
andauthored
docs: add documentation for mdx pages and update images for the overview section (#915)
* docs: update images and document how to add content to our docs docs: update images and edit text for all intro pages docs: clean up all pages in the general overview section docs: add description for Ideas, projectManagement and promotion (#829) docs: ✏️ Add dark mode README logo (#741) Co-authored-by: Leah Wasser <[email protected]> Co-authored-by: Jim Madge <[email protected]> * enh(image): bring in dark mode compatible logo * docs: tidy adding images section Move path alias section up and adjust Apply suggestions from code review Co-authored-by: Jim Madge <[email protected]> * style: linting fixes for emoji table and other content --------- Co-authored-by: Jim Madge <[email protected]> Co-authored-by: Jim Madge <[email protected]>
1 parent 9976f61 commit 875b8a8

File tree

12 files changed

+292
-150
lines changed

12 files changed

+292
-150
lines changed

astro.config.mjs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ export default defineConfig({
3030
{
3131
label: 'Specification',
3232
items: [
33-
{ label: 'overview', slug: 'overview' },
33+
{ label: 'spec overview', slug: 'overview' },
3434
{ label: 'specification', slug: 'specification' },
3535
{ label: 'emoji-key', slug: 'emoji-key' },
36-
{ label: 'repository-maintainers', slug: 'repository-maintainers' },
36+
{ label: 'usage tips', slug: 'usage-tips' },
3737
{ label: 'tooling', slug: 'tooling' }
3838
],
3939
},
4040
{
4141
label: '@all-contributors Bot 🤖',
4242
items: [
43-
{ label: 'overview', slug: 'bot/overview' },
43+
{ label: 'bot overview', slug: 'bot/overview' },
4444
{ label: 'installation', slug: 'bot/installation' },
4545
{ label: 'usage', slug: 'bot/usage' },
4646
{ label: 'configuration', slug: 'bot/configuration' },
@@ -50,7 +50,7 @@ export default defineConfig({
5050
{
5151
label: 'CLI',
5252
items: [
53-
{ label: 'overview', slug: 'cli/overview' },
53+
{ label: 'CLI overview', slug: 'cli/overview' },
5454
{ label: 'installation', slug: 'cli/installation' },
5555
{ label: 'usage', slug: 'cli/usage' },
5656
{ label: 'configuration', slug: 'cli/configuration' }
@@ -60,14 +60,20 @@ export default defineConfig({
6060
label: 'Project',
6161
items: [
6262
{ label: 'contribute', slug: 'project/contribute' },
63+
{ label: 'development', slug: 'project/development' },
6364
{ label: 'code-of-conduct', slug: 'project/code-of-conduct' },
64-
{ label: 'implementations', slug: 'project/implementations' }
65+
{ label: 'implementations', slug: 'project/implementations' },
6566
],
6667
},
6768
],
6869
}), sitemap()],
6970

7071
vite: {
7172
plugins: [tailwindcss()],
73+
resolve: {
74+
alias: {
75+
'@assets': '/src/assets',
76+
},
77+
},
7278
},
7379
});

public/images/logo-full.svg

Lines changed: 24 additions & 1 deletion
Loading

src/assets/bot-usage.png

60.2 KB
Loading

0 commit comments

Comments
 (0)