Skip to content

Commit

Permalink
Update documentation theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Feb 6, 2021
1 parent 7089a25 commit cadd8c2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 28 deletions.
2 changes: 1 addition & 1 deletion modules/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"golgoth": "2.0.0",
"norska": "^1.10.0",
"norska-css": "^1.9.0",
"norska-theme-docs": "1.4.0"
"norska-theme-docs": "2.0.0"
},
"files": [],
"homepage": "https://projects.pixelastic.com/norska/",
Expand Down
11 changes: 2 additions & 9 deletions modules/docs/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
const config = require('norska/lib/tailwind.config.js');
module.exports = {
// norska comes preloaded with its custom Tailwind config
// See https://github.com/pixelastic/tailwind-config-norska for details
...config,
// But you can extend/overwrite it with your own
// See the official Tailwind doc for details:
// https://tailwindcss.com/docs/configuration
};
const config = require('norska/tailwind.config.js');
module.exports = config;
63 changes: 45 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5149,6 +5149,21 @@ chokidar@3.5.0:
optionalDependencies:
fsevents "~2.3.1"

chokidar@3.5.1:
version "3.5.1"
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
dependencies:
anymatch "~3.1.1"
braces "~3.0.2"
glob-parent "~5.1.0"
is-binary-path "~2.1.0"
is-glob "~4.0.1"
normalize-path "~3.0.0"
readdirp "~3.5.0"
optionalDependencies:
fsevents "~2.3.1"

chokidar@^2.0.4, chokidar@^2.1.8:
version "2.1.8"
resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
Expand Down Expand Up @@ -7922,16 +7937,16 @@ firost@2.1.0:
untildify "4.0.0"
which "2.0.2"

firost@2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/firost/-/firost-2.2.0.tgz#95fc17d8b7bdc64a2a8c59fb2ff3de56a664e7eb"
integrity sha512-/W7yqTDq5pTYZ+uP8pxqOeBFypA8/6rJ9CC61t/6fsgC5kZLsU0zK+D4yTpsnLpI29a1/oPC9Ia8Pi/tfAcKLA==
firost@2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/firost/-/firost-2.6.1.tgz#138873e3c99dd3dc0ca8d1a04a5a23136237a4d3"
integrity sha512-WQN2DyL8f07YVcq/Sqi+gIZea5prqvzS0E8FqTskyJ8zhScGyCcUXLXc2pKcN5gSKgQorK1VuDScErdT+gtM8g==
dependencies:
callsites "3.1.0"
chokidar "3.4.3"
chokidar "3.5.0"
clear-module "4.1.1"
eventemitter2 "6.4.3"
execa "4.1.0"
execa "5.0.0"
find-up "5.0.0"
fs-extra "9.0.1"
globby "11.0.1"
Expand All @@ -7941,26 +7956,26 @@ firost@2.2.0:
json-stable-stringify "1.0.1"
nanoid "3.1.20"
normalize-url "5.3.0"
ora "5.1.0"
ora "5.2.0"
std-mocks "1.0.1"
strip-ansi "6.0.0"
tempy "1.0.0"
untildify "4.0.0"
which "2.0.2"

firost@2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/firost/-/firost-2.6.1.tgz#138873e3c99dd3dc0ca8d1a04a5a23136237a4d3"
integrity sha512-WQN2DyL8f07YVcq/Sqi+gIZea5prqvzS0E8FqTskyJ8zhScGyCcUXLXc2pKcN5gSKgQorK1VuDScErdT+gtM8g==
firost@2.7.0:
version "2.7.0"
resolved "https://registry.npmjs.org/firost/-/firost-2.7.0.tgz#ef1569d87e17380522245834728ff8c4749a85bc"
integrity sha512-+Q0DrHAspksekBAFl/w4fikMBH3uQKBZdg4kA1nwSeiYju3wmOw1RQur9B+2zRKp6mtux44n/+wZWIC9DVK8Aw==
dependencies:
callsites "3.1.0"
chokidar "3.5.0"
chokidar "3.5.1"
clear-module "4.1.1"
eventemitter2 "6.4.3"
execa "5.0.0"
find-up "5.0.0"
fs-extra "9.0.1"
globby "11.0.1"
globby "11.0.2"
golgoth "2.0.0"
inquirer "7.3.3"
is-glob "4.0.1"
Expand Down Expand Up @@ -8545,6 +8560,18 @@ globby@11.0.1, globby@^11.0.1:
merge2 "^1.3.0"
slash "^3.0.0"

globby@11.0.2:
version "11.0.2"
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
dependencies:
array-union "^2.1.0"
dir-glob "^3.0.1"
fast-glob "^3.1.1"
ignore "^5.1.4"
merge2 "^1.3.0"
slash "^3.0.0"

globby@^10.0.1, globby@^10.0.2:
version "10.0.2"
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
Expand Down Expand Up @@ -12711,12 +12738,12 @@ normalize.css@^8.0.1:
resolved "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==

norska-theme-docs@1.4.0:
version "1.4.0"
resolved "https://registry.npmjs.org/norska-theme-docs/-/norska-theme-docs-1.4.0.tgz#617175e31c5eecf311eae432d39eabe39f4ba079"
integrity sha512-fapA8sVQTaMgq+vvhvIPEoAFHDiHiLUhzQGm5fMzqF3Nh3kGUJEtjaKlvPVlpsXlp33t4Y2TMqRS6LLN57EemA==
norska-theme-docs@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/norska-theme-docs/-/norska-theme-docs-2.0.0.tgz#573edde077b031b765b2c3e2611020cffb9ad321"
integrity sha512-tH9iTxwGxmKx5LVwJLF+r5DD9KmwCLW4nZCeYXAECzBGnEhavKJ365E9AnFliCpCD54xWkvq4mb8nq8k7m9bCA==
dependencies:
firost "2.2.0"
firost "2.7.0"
parse-github-repo-url "1.4.1"

np@6.5.0:
Expand Down

0 comments on commit cadd8c2

Please sign in to comment.