@@ -10,8 +10,8 @@ sidebar_position: 2
10
10
11
11
- ** Be consistent!**
12
12
- Avoid using deprecated features.
13
- - Avoid modifying ` yarn.lock ` and ` package.json ` , unless you are adding a new dependency.
14
- - Conbine repetitive code into functions.
13
+ - Avoid modifying ` yarn.lock ` and ` package.json ` , unless you add a new dependency.
14
+ - Combine repetitive code into functions.
15
15
- Prefer higher ECMAScript Standard features over lower ones.
16
16
- Sort the entries alphabetically (uppercase first) to make it easier to find an entry.
17
17
- Use HTTPS instead of HTTP whenever possible.
@@ -67,7 +67,7 @@ sidebar_position: 2
67
67
68
68
::: danger
69
69
70
- The v2 Route Standard is deprecated. All new routes should be following the [ Create Route] ( /joinus/new-rss/start-code ) .
70
+ The v2 Route Standard is deprecated. All new routes should follow the [ Create Route] ( /joinus/new-rss/start-code ) .
71
71
72
72
:::
73
73
@@ -113,7 +113,7 @@ To register a route, the `router.ts` file should export a method that provides a
113
113
The ` maintainer.ts ` file should export an object that provides maintainer information related to the route, including:
114
114
115
115
- Key: Corresponding route path
116
- - Value: Array of string , including all maintainers' GitHub ID.
116
+ - Value: Array of strings , including all maintainers' GitHub ID.
117
117
118
118
To generate a list of maintainers, use the following command: ` pnpm run build ` , which will create the list under ` assets/build/ ` .
119
119
@@ -166,6 +166,6 @@ const renderAuthor = (author) => art(path.join(__dirname, 'templates/author.art'
166
166
167
167
::: danger
168
168
169
- The v1 Route Standard is deprecated. All new routes should be following the [ Create Route] ( /joinus/new-rss/start-code ) .
169
+ The v1 Route Standard is deprecated. All new routes should follow the [ Create Route] ( /joinus/new-rss/start-code ) .
170
170
171
171
:::
0 commit comments