Skip to content

Commit c0cb3d9

Browse files
committed
format after reviews
1 parent 642a641 commit c0cb3d9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

www/pages/getting-started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ npx doc-kit generate \
4343
-o out
4444
```
4545

46-
Open `out/all.html` in a browser. You'll notice the Node.js branding, however, that's fully customizable via [a configuration file][].
46+
Open `out/all.html` in a browser. You'll notice the Node.js branding, however,
47+
that's fully customizable via [a configuration file][].
4748

4849
## Render the modern site
4950

@@ -90,8 +91,8 @@ import { join } from 'node:path';
9091
/** @type {import('@node-core/doc-kit/src/utils/configuration/types').Configuration} */
9192
export default {
9293
web: {
93-
project: "My Project", // Project name used in page titles and the version selector
94-
remoteConfigUrl: "", // Suppress the Node.js default that sets the top banner based on Node.js news.
94+
project: 'My Project', // Project name used in page titles and the version selector
95+
remoteConfigUrl: '', // Suppress the Node.js default that sets the top banner based on Node.js news.
9596
head: {
9697
html: [
9798
// re-write the brand color for effect
@@ -114,7 +115,7 @@ export default {
114115
// export default Logo = () =>
115116
// <svg height="30" width="30" viewBox="0 0 10 10"><circle cx="5" cy="5" r="5" fill="var(--color-brand-400)"/></svg>;
116117
imports: {
117-
"#theme/Logo": join(import.meta.dirname, './logo.jsx'),
118+
'#theme/Logo': join(import.meta.dirname, './logo.jsx'),
118119
},
119120
},
120121
};

0 commit comments

Comments
 (0)