Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Aug 15, 2024
1 parent 29627fa commit 4410f0d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gettingStarted.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ By adhering to these guidelines, you’ll help create a more intelligent, offlin

import clientInstall.scroll

pageFooter
import pageFooter.scroll
3 changes: 2 additions & 1 deletion header.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ viewSourceBaseUrl https://github.com/breck7/wws/blob/main

metaTags
gazetteCss
pageHeader
homeButton
viewSourceButton
copyButtons
css html {font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial"; font-size: var(--base-font-size, 14px);}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://wws.scroll.pub",
"dependencies": {
"minimist": "^1.2.8",
"scroll-cli": "^115.2.0",
"scroll-cli": "^120.2.0",
"scrollsdk": "^80.1.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions pageFooter.scroll
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
importOnly
center
viewSourceButton
scrollVersionLink
2 changes: 1 addition & 1 deletion readme.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ image wws.jpg

endColumns

pageFooter
import pageFooter.scroll
4 changes: 3 additions & 1 deletion wws.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ ${this.unfetchedFolders.map(concept => `- ${concept.id}`).join("\n")}
endColumns
pageFooter
center
viewSourceButton
scrollVersionLink
viewSourceUrl https://github.com/breck7/wws/blob/main/wws.js
`
Disk.write(indexFile, content)
Expand Down

0 comments on commit 4410f0d

Please sign in to comment.