Skip to content

Commit 38abc7c

Browse files
committed
wip
1 parent 473fcc3 commit 38abc7c

File tree

661 files changed

+5513
-35637
lines changed

Some content is hidden

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

661 files changed

+5513
-35637
lines changed

docs/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# build output
2+
dist/
3+
# generated types
4+
.astro/
5+
6+
# dependencies
7+
node_modules/
8+
9+
# logs
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
pnpm-debug.log*
14+
15+
16+
# environment variables
17+
.env
18+
.env.production
19+
20+
# macOS-specific files
21+
.DS_Store

docs/astro.config.mjs

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
// @ts-check
2+
import { defineConfig } from 'astro/config';
3+
import starlight from '@astrojs/starlight';
4+
5+
// https://astro.build/config
6+
export default defineConfig({
7+
integrations: [
8+
starlight({
9+
title: '',
10+
description: 'Documentation for Coder',
11+
logo: {
12+
src: './src/content/docs/images/icons/coder.svg'
13+
},
14+
social: {
15+
github: 'https://github.com/coder/coder',
16+
discord: 'https://discord.gg/coder',
17+
'x.com': 'https://x.com/coderhq',
18+
},
19+
locales: {
20+
root: {
21+
label: 'English',
22+
lang: 'en',
23+
},
24+
},
25+
sidebar: [
26+
// {
27+
// label: 'About',
28+
// items: [
29+
// // Each item here is one entry in the navigation menu.
30+
// { label: 'About Coder', slug: 'README' },
31+
// ],
32+
// },
33+
{
34+
label: 'Install',
35+
collapsed: true,
36+
autogenerate: { directory: 'install' },
37+
},
38+
{
39+
label: 'User Guides',
40+
collapsed: true,
41+
autogenerate: { directory: 'user-guides' },
42+
},
43+
{
44+
label: 'Administration',
45+
collapsed: true,
46+
autogenerate: { directory: 'admin' },
47+
},
48+
{
49+
label: 'Contributing',
50+
collapsed: true,
51+
autogenerate: { directory: 'contributing' },
52+
},
53+
{
54+
label: 'Guides',
55+
collapsed: true,
56+
autogenerate: { directory: 'guides' },
57+
},
58+
{
59+
label: 'Reference',
60+
collapsed: true,
61+
autogenerate: { directory: 'reference' },
62+
},
63+
],
64+
}),
65+
],
66+
});
-88.3 KB
Binary file not shown.
-78.9 KB
Binary file not shown.
-31.9 KB
Binary file not shown.
-155 KB
Binary file not shown.
-335 KB
Binary file not shown.
-424 KB
Binary file not shown.

docs/changelogs/images/owner-name.png

-45.6 KB
Binary file not shown.
-58.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy