Skip to content

Commit 2476843

Browse files
authored
chore: replatform docs site to Astro + Starlight (#7012)
* chore: replatform docs site to Astro + Starlight I tried to resist the temptation to fix other tech debt here (untyped JS, etc.). * feat: add better OG image * fix: replace dark logo with well-sized image * feat: add more social links * feat: link to forums cli tag * feat: change Changelog link to Release notes
1 parent c8bfd74 commit 2476843

Some content is hidden

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

57 files changed

+10010
-24731
lines changed

.github/workflows/docsearch.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ vendor
2222
/.netlify
2323

2424
# site
25-
test-site
2625
site/dist
27-
site-cra
26+
site/.astro/
2827
site/src/**/*.md
2928

3029
# tests

docs/commands/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI api command
3+
sidebar:
4+
label: api
35
---
46

57
# `api`

docs/commands/blobs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI blobs command
3+
sidebar:
4+
label: blobs
35
description: Manage objects in Netlify Blobs
46
---
57

docs/commands/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI build command
3+
sidebar:
4+
label: build
35
---
46

57
# `build`

docs/commands/completion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI completion command
3+
sidebar:
4+
label: completion
35
description: Shell completion script for netlify CLI
46
---
57

docs/commands/deploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI deploy command
3+
sidebar:
4+
label: deploy
35
---
46

57
# `deploy`

docs/commands/dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI dev command
3+
sidebar:
4+
label: dev
35
description: Run netlify dev locally
46
---
57

docs/commands/env.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI env command
3+
sidebar:
4+
label: env
35
description: Control environment variables for the current site
46
---
57

docs/commands/functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Netlify CLI functions command
3+
sidebar:
4+
label: functions
35
description: Run netlify dev locally
46
---
57

0 commit comments

Comments
 (0)