File tree Expand file tree Collapse file tree
packages/react/src/html/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 path : node
142142
143143 - name : Build docs
144- run : npx doc-kit generate -t web -i "./node/doc/api/assert.md" -o out
144+ run : npx doc-kit generate -t web -i "./node/doc/api/assert.md" -o out --config-file ./e2e/doc-kit.config.mjs
145145
146146 - name : Install Playwright browsers
147147 run : npx playwright install --with-deps
Original file line number Diff line number Diff line change 1+ export default {
2+ html : {
3+ // The announcement banner under test is opt-in: point it at the URL the
4+ // spec intercepts (no real request is made).
5+ remoteConfigUrl : 'https://nodejs.org/site.json' ,
6+ } ,
7+ } ;
Original file line number Diff line number Diff line change 44@import '@node-core/ui-components/styles/index.css' ;
55@import '@node-core/rehype-shiki/index.css' ;
66
7- /* Fonts */
7+ /* Variables */
88: root {
99 --font-open-sans : 'Open Sans Variable' , sans-serif;
1010 --font-ibm-plex-mono : 'IBM Plex Mono' , monospace;
11+
12+ --color-brand-100 : # f4f4f5 ;
13+ --color-brand-200 : # e4e4e7 ;
14+ --color-brand-300 : # c9c9ce ;
15+ --color-brand-400 : # a8a8af ;
16+ --color-brand-500 : # 83838c ;
17+ --color-brand-600 : # 62626b ;
18+ --color-brand-700 : # 4b4b53 ;
19+ --color-brand-800 : # 3a3a41 ;
20+ --color-brand-900 : # 27272b ;
1121}
1222
1323is-land ,
You can’t perform that action at this time.
0 commit comments