Skip to content

Commit

Permalink
NPM package: change version to 0.2.0 (#961)
Browse files Browse the repository at this point in the history
This also contains initial edits to the README.
  • Loading branch information
chalin committed Apr 7, 2022
1 parent 3188f35 commit b818368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use the Docsy theme for your own site:

- (Recommended) Use the [example
project](https://github.com/google/docsy-example), which includes the Docsy
theme as a submodule, as a template to create your project. You can customize
theme as a Hugo module, as a template to create your project. You can customize
this pre-configured basic site into your own Docsy themed site. [Learn
more...](https://github.com/google/docsy-example)

Expand All @@ -56,7 +56,7 @@ theme changes), making sure you have installed all the prerequisites listed
above:

```console
$ git clone --recurse-submodules --depth 1 https://github.com/google/docsy.git
$ git clone --depth 1 https://github.com/google/docsy.git
$ cd docsy/userguide/
$ npm install
$ npm run serve
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy",
"version": "0.2.0-dev",
"version": "0.2.0",
"repository": "github:google/docsy",
"scripts": {
"_cd:docs": "cd userguide &&",
Expand Down

0 comments on commit b818368

Please sign in to comment.