Skip to content

Releases: jaywcjlove/idoc

v1.3.0

15 Apr 12:57
Compare
Choose a tag to compare

npm version

Documentation v1.3.0: https://raw.githack.com/jaywcjlove/idoc/f55c7df/index.html
Comparing Changes: v1.2.3...v1.3.0

  • 🐝 refactor: Refactor the idoc.yml conf & upgrade the top-level config. bde1aef
+ openSource: https://github.com/jaywcjlove/idoc
+ editButton: 
+   label: Edit this page on GitHub
+   url: https://github.com/jaywcjlove/idoc/blob/master/
+ # Navigation Menu.
+ menus:
+   # Label: <URL> [scope]
+   Docs: introduce/getting-started/installation.html introduce
+   Markdown: markdown.html
+ footer: |
+   Released under the MIT License. Copyright © 2022 Kenny Wong<br />
+   Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a>

## Template Data
# -----------------------
data: 
-  openSource: https://github.com/jaywcjlove/idoc
-  editButton: 
-   label: Edit this page on GitHub
-   url: https://github.com/jaywcjlove/idoc/blob/master/
-  menus:
-    # Label: <URL> [scope]
-    Docs: introduce/getting-started/installation.html introduce
-    Markdown: markdown.html
-  footer: |
-    Released under the MIT License. Copyright © 2022 Kenny Wong<br />
-    Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a>

v1.2.3

15 Apr 07:11
Compare
Choose a tag to compare

npm version

Documentation v1.2.3: https://raw.githack.com/jaywcjlove/idoc/1d984ce/index.html
Comparing Changes: v1.2.1...v1.2.3

  • 📖 doc: update config document. c00442e
  • 🐞 fix: Fix default config issue. cace45b
  • 🐞 fix: Fix openSource issue. c949a9f
  • 🎨 style: fix tocs style issue. c13fcf7

v1.2.1

14 Apr 16:50
Compare
Choose a tag to compare

v1.2.0

14 Apr 16:45
Compare
Choose a tag to compare

npm version

Documentation v1.2.0: https://raw.githack.com/jaywcjlove/idoc/a680174/index.html
Comparing Changes: v1.1.0...v1.2.0

  • 🌟 feat: support yaml schema. 2c011b1
  • 💄 chore: update template/idoc.yml 110b1ce
  • 🌟 feat: add logo/favicon config (#46). 65a03db
  • 🐞 fix: Fix website title/description/keywords issue (#46). 6378c95

v1.1.0

14 Apr 11:35
Compare
Choose a tag to compare

npm version

Documentation v1.1.0: https://raw.githack.com/jaywcjlove/idoc/926e08f/index.html
Comparing Changes: v1.0.0...v1.1.0

  • 🌟 feat: Support SiderBar custom. ebd5fa2

v1.0.0

14 Apr 08:55
Compare
Choose a tag to compare

npm version

Documentation v1.0.0: https://raw.githack.com/jaywcjlove/idoc/4b941c7/index.html
Comparing Changes: v0.3.0...v1.0.0

  • 🐝 refactor: rewrite idoc tools. 1b65c36
  • 🌟 feat: add footer. c73e9a3
  • 💄 chore: add workflows config. 548cb3d
  • 💄 chore: move .github/ci.yml -> .github/workflows/ 0f2345a
  • 💄 chore: update workflows config. 8f136fe
  • 🐞 fix: Fix editButton issue. e743628
  • 💄 chore(deps): add renovate.json (#36) e8b1b9d @renovate-bot
  • 💄 chore: Create LICENSE a2023cf
  • 💄 chore(deps): update renovate.json 63210a7
  • 💄 chore: update workflows config. 4917415
  • 💄 chore: update workflows config. fde5156
  • 💄 chore: update files field in package.json 36935c6
  • 🐞 fix: fix template data editButton issue. f990f39
  • 💄 chore: update workflows config. f57f2a1
  • 🌟 feat: add article footer. f1f8387
  • 📖 doc: Update Document. 9f5b731
  • 🐞 fix: Fix modify time issue. c87c119
  • 🌟 feat: add init command. b6fa6cd
  • 💄 chore: update workflows config. 9e41253
  • 🐞 fix: Fix watch command issue. 82c58a3
  • 🐞 fix: Fix init command issue. fb56ec1
  • 🐞 fix: Fix init force command issue. 31f4b1b
  • 🌟 feat: add template variables. b996718
  • 💄 chore: add rdoc.yml footer. 290ea4b
  • 🐞 fix: Replacing URLs in markdown content (#27). 2affbe6
  • 📖 doc: Update document. 1464869
  • 🎨 style(theme): update footer style. 05d216a
  • 💄 chore: add code formatter tools. f6b4b4f
  • 🎨 style: formatter code. 89ac722
  • 💄 chore(deps): modify husky/prettier dependencies to devDependencies. 15827c5
  • 💄 chore: Create .gitattributes 8cb1956
  • 📖 doc: Update docs/about.md d0bae9e
  • 🌟 feat: add toc feature (#19). 67f5957
  • 📖 doc: update document. f055966
  • 💄 chore: Support ES module. be982ff
  • 💄 chore: Support ES module. 0155f7c
  • 🐞 fix: fix __dirname is not defined in ES module scope. 8f0285c
  • 🐞 fix: Fix init command error. 1031c5d
  • 🐞 fix: Fix toc issue. 11855bf
  • 🐞 fix: fix toc issue. 6745e51
  • 🎨 style: clean toc style (#19). 730aa14
  • 🎨 style: Modify toc active link style (#19). f9eb800
  • 🎨 style: Modify Github button style. 2512f71
  • 🐞 fix: fix __dirname in es module issue. 4106da0
  • 🐞 fix: fix init path error. 98986ab
  • 🐞 fix: Fix defalut theme build issue. 2adefb1
  • 🐞 fix: Fix config rdoc -> idoc. 4cb9971
  • 📖 doc: Update config.md. 676f58a
  • 🌟 feat: Supports running without config. fcd6886
  • 🌟 feat: add markdown comment config. 3da1a5a
  • 🐞 fix: fix watch asset issue. 05ec2d9
  • 🐞 fix: Fix template rename template/rdoc.yml -> template/idoc.yml c211ef1
  • 🌟 feat: Support chapters featrue. 18bb685
  • 🐞 fix: Fix menu href error. 4649358
  • 🐞 fix: Fix menu selections issue. 30af02a

v0.3.0

10 Apr 14:28
386848a
Compare
Choose a tag to compare
released v0.3.0

v0.2.14

30 Jun 06:38
Compare
Choose a tag to compare

v0.2.10

10 Apr 13:30
Compare
Choose a tag to compare
released v0.2.10

v0.2.8

18 Nov 13:41
Compare
Choose a tag to compare
released v0.2.8