Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ export default defineConfig({
{
label: 'Specification',
items: [
{ label: 'overview', slug: 'overview' },
{ label: 'spec overview', slug: 'overview' },
{ label: 'specification', slug: 'specification' },
{ label: 'emoji-key', slug: 'emoji-key' },
{ label: 'repository-maintainers', slug: 'repository-maintainers' },
{ label: 'usage tips', slug: 'usage-tips' },
{ label: 'tooling', slug: 'tooling' }
],
},
{
label: '@all-contributors Bot 🤖',
items: [
{ label: 'overview', slug: 'bot/overview' },
{ label: 'bot overview', slug: 'bot/overview' },
{ label: 'installation', slug: 'bot/installation' },
{ label: 'usage', slug: 'bot/usage' },
{ label: 'configuration', slug: 'bot/configuration' },
Expand All @@ -50,7 +50,7 @@ export default defineConfig({
{
label: 'CLI',
items: [
{ label: 'overview', slug: 'cli/overview' },
{ label: 'CLI overview', slug: 'cli/overview' },
{ label: 'installation', slug: 'cli/installation' },
{ label: 'usage', slug: 'cli/usage' },
{ label: 'configuration', slug: 'cli/configuration' }
Expand All @@ -60,14 +60,20 @@ export default defineConfig({
label: 'Project',
items: [
{ label: 'contribute', slug: 'project/contribute' },
{ label: 'development', slug: 'project/development' },
{ label: 'code-of-conduct', slug: 'project/code-of-conduct' },
{ label: 'implementations', slug: 'project/implementations' }
{ label: 'implementations', slug: 'project/implementations' },
],
},
],
}), sitemap()],

vite: {
plugins: [tailwindcss()],
resolve: {
alias: {
'@assets': '/src/assets',
},
},
},
});
25 changes: 24 additions & 1 deletion public/images/logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/bot-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading