Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed May 20, 2021
1 parent 158e52e commit db34b11
Show file tree
Hide file tree
Showing 12 changed files with 1,633 additions and 1,198 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
yarn.lock
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
changelogs.md
changelogs.md
.prettierrc
.github/
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": true,
"singleQuote": false,
"printWidth": 400
}
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

A clean and minimalistic JSDoc theme

![Preview](https://skyceil.zyrouge.gq/images/main.png)
![Preview](https://jsdoc.snowflakedev.xyz/images/main.png)

# [Documentation](https://skyceil.zyrouge.gq)
# [Documentation](https://jsdoc.snowflakedev.xyz)

## Install
```bash
Expand All @@ -18,12 +18,12 @@ $ jsdoc ./ -t /path/to/skyceil

## Clone
```bash
$ git clone https://github.com/zyrouge/jsdoc-skyceil
$ git clone https://github.com/DevSnowflake/jsdoc-skyceil
```

## Helpful Links

* [Website/Docs](https://skyceil.zyrouge.gq/)
* [Source](https://github.com/zyrouge/jsdoc-skyceil)
* [Changelogs](https://github.com/zyrouge/jsdoc-skyceil/blob/master/changelogs.md)
* [Discord](https://zyrouge.gq/discord)
* [Website/Docs](https://jsdoc.snowflakedev.xyz)
* [Source](https://github.com/DevSnowflake/jsdoc-skyceil)
* [Changelogs](https://github.com/DevSnowflake/jsdoc-skyceil/blob/master/changelogs.md)
* [Discord](https://snowflakedev.xyz/discord)
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
{
"name": "jsdoc-skyceil",
"version": "1.0.6",
"description": "A clean and minimalistic JSDoc theme",
"version": "2.0.0",
"description": "A clean and minimalistic JSDoc theme for everyone",
"main": "publish.js",
"scripts": {
"format": "prettier --write **/*.{js,css}",
"test": "jsdoc -R ../jsdoc-skyceil-docs/example/readme.md -d ../jsdoc-skyceil-docs/example -t . --verbose ../jsdoc-skyceil-docs/example/thecode.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyrouge/jsdoc-skyceil.git"
"url": "git+https://github.com/DevSnowflake/jsdoc-skyceil.git"
},
"keywords": [
"jsdoc",
"theme"
"theme",
"docs",
"docgen",
"jsdoc-theme"
],
"author": "ZYROUGE",
"license": "ISC",
"bugs": {
"url": "https://github.com/zyrouge/jsdoc-skyceil/issues"
"url": "https://github.com/DevSnowflake/jsdoc-skyceil/issues"
},
"homepage": "https://skyceil.zyrouge.gq"
"homepage": "https://jsdoc.snowflakedev.xyz",
"devDependencies": {
"jsdoc": "^3.6.7",
"prettier": "^2.3.0"
}
}
Loading

0 comments on commit db34b11

Please sign in to comment.