mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
feat: add _category_.json files, add railway deploy post, change blogSidebarCount in docusaurus config, fix capitalization
This commit is contained in:
1
docs/guide/getting-started/_category_.yml
Normal file
1
docs/guide/getting-started/_category_.yml
Normal file
@@ -0,0 +1 @@
|
||||
label: Getting Started
|
||||
1
docs/guide/walkthrough/_category_.yml
Normal file
1
docs/guide/walkthrough/_category_.yml
Normal file
@@ -0,0 +1 @@
|
||||
label: Walkthrough
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
---
|
||||
|
||||
# Dependency Injection
|
||||
|
||||
:::warning
|
||||
This contains version 2 code. Please view [transitioning to v3](./transition)
|
||||
:::
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
|
||||
# transition from v2 to v3
|
||||
# Transition from v2 to v3
|
||||
|
||||
```diff title="src/index.ts"
|
||||
- Sern.makeDependencies({ build: () => {} })
|
||||
|
||||
Reference in New Issue
Block a user