zero-md-docs
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "zero-md-docs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Instantly publish markdown from Github docs folder", | ||
@@ -16,14 +16,14 @@ "author": "Jason Lee <jason@zerodevx.com>", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.1", | ||
"autoprefixer": "^10.4.19", | ||
"eslint": "^9.5.0", | ||
"autoprefixer": "^10.4.20", | ||
"eslint": "^9.9.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-svelte": "^2.41.0", | ||
"globals": "^15.6.0", | ||
"postcss": "^8.4.38", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-svelte": "^3.2.5", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"eslint-plugin-svelte": "^2.43.0", | ||
"globals": "^15.9.0", | ||
"postcss": "^8.4.41", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-svelte": "^3.2.6", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"svelte": "^4.2.18", | ||
"tailwindcss": "^3.4.4", | ||
"vite": "^5.3.1" | ||
"tailwindcss": "^3.4.10", | ||
"vite": "^5.4.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "type": "module", |
@@ -6,3 +6,3 @@ # zero-md-docs | ||
Elegantly leverage on your Github docs folder as a public-facing documentation website. Super easy | ||
to use, barely an inconvenience. Inspired by [docsify](https://docsify.js.org). | ||
to use, barely an inconvenience. Inspired by [`docsify`](https://docsify.js.org). | ||
@@ -68,4 +68,4 @@ ## Usage | ||
From your Github repo page, go to `Setting > Pages > Source > Deploy from a branch`, then select the | ||
`/docs` folder. | ||
From your Github repo page, go to `Settings -> Pages`, set `Source` to `Deploy from a branch`, and | ||
set `Branch` to `/docs`... | ||
@@ -72,0 +72,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17699