From b9eef997041a907f60dcf8228e5634a12ac918ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 07:27:54 +0800 Subject: [PATCH 1/2] chore: bump tough-cookie from 4.1.2 to 4.1.3 (#2121) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd08faaea..14e210dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16113,9 +16113,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dev": true, "dependencies": { "psl": "^1.1.33", @@ -29302,9 +29302,9 @@ "dev": true }, "tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dev": true, "requires": { "psl": "^1.1.33", From a1eb3068a67707f3ef6c344d61ffa8e7ce102819 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Mon, 17 Jul 2023 20:02:20 -0700 Subject: [PATCH 2/2] docs: Further improvements to Docsify ReadMe. (#2139) --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8c665fc5a..54b0e6a42 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,7 @@

-## Links - -- [`develop` branch preview](https://docsify-preview.vercel.app/) -- [Documentation](https://docsify.js.org) -- [CLI](https://github.com/docsifyjs/docsify-cli) -- CDN: - - [UNPKG](https://unpkg.com/docsify/) - - [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) - - [cdnjs](https://cdnjs.com/libraries/docsify) -- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify) -- [Community chat](https://discord.gg/3NwKFyR) +Docsify turns one or more Markdown files into a Website, with no build process required. ## Features @@ -48,26 +38,32 @@ - Useful plugin API - Support embedded files -## Quick start +## Quick Start -Look at [this tutorial](https://docsify.js.org/#/quickstart) +Get going fast by using a static web server or GitHub Pages with this ready-to-use [Docsify Template](https://github.com/docsifyjs/docsify-template), review the [quick start tutorial](https://docsify.js.org/#/quickstart) or jump right into a CodeSandbox example site with the button below. [![Edit 307qqv236](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/307qqv236) ## Showcase -These projects are using docsify to generate their sites. Pull requests welcome :blush: +A large collection of showcase projects are included in [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase). -Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase) +## Links + +- [Documentation](https://docsify.js.org) +- [Docsify CLI (Command Line Interface)](https://github.com/docsifyjs/docsify-cli) +- CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify) +- [`develop` branch preview](https://docsify-preview.vercel.app/) +- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify) +- [Community chat](https://discord.gg/3NwKFyR) -## Similar projects +## Similar Projects | Project | Description | | ------------------------------------------------ | ---------------------------------------- | | [Docusaurus](https://docusaurus.io) | Docusaurus makes it easy to maintain Open Source documentation websites | -| [GitBook](https://www.gitbook.com) | Where technical teams document | | [MkDocs](https://www.mkdocs.org) | Project documentation with Markdown | -| [VuePress](https://vuepress.vuejs.org) | Vue-powered Static Site Generator | +| [VitePress](https://vitepress.dev/) | Vite & Vue Powered Static Site Generator | ## Contributing