Skip to content

Commit

Permalink
Finished page title generation (#3650)
Browse files Browse the repository at this point in the history
Fixed #3359 

The live pages deployed on: https://kcatma.github.io/k

Co-authored-by: Yiyi Wang <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2023
1 parent 3287f0f commit 92d3858
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 470 deletions.
3 changes: 3 additions & 0 deletions web/build-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ generatePagesFromMarkdownFiles({
},
displayCodeBlockSelectors: true,
displayCodeBlockLineNumbers: true,
defaultPageTitle: "K",
});
generatePagesFromMarkdownFiles({
globPattern: path.resolve(__dirname, "./pages/") + "/**/*.md",
Expand All @@ -52,6 +53,7 @@ generatePagesFromMarkdownFiles({
},
displayCodeBlockSelectors: true,
displayCodeBlockLineNumbers: true,
defaultPageTitle: "K",
});
generatePagesFromMarkdownFiles({
globPattern: path.resolve(__dirname, "../docs/") + "/*.md",
Expand All @@ -68,6 +70,7 @@ generatePagesFromMarkdownFiles({
},
displayCodeBlockSelectors: true,
displayCodeBlockLineNumbers: true,
defaultPageTitle: "K",
});

fs.copyFileSync(
Expand Down
2 changes: 1 addition & 1 deletion web/k-web-theme
Submodule k-web-theme updated 3 files
+2 −0 index.js
+95 −466 package-lock.json
+5 −6 package.json
Loading

0 comments on commit 92d3858

Please sign in to comment.