idoc

Simple document generation tool! Dependence Node.js run.

MIT License

Downloads
1.9K
Stars
261
Committers
7

Bot releases are visible (Hide)

idoc - v1.31.0 Latest Release

Published by github-actions[bot] 7 months ago

npm version

Documentation v1.31.0: https://raw.githack.com/jaywcjlove/idoc/9d53733/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.30.1...v1.31.0

npm i [email protected]
  • ๐ŸŒŸ feat: add rewrite config. 9e37afe
idoc - v1.30.1

Published by github-actions[bot] 7 months ago

npm version

Documentation v1.30.1: https://raw.githack.com/jaywcjlove/idoc/042c6fc/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.30.0...v1.30.1

npm i [email protected]
  • ๐Ÿž fix: fix giscus theme issue. f700893
  • ๐Ÿž fix: fix giscus theme issue. ed2844e
  • ๐Ÿž fix: fix giscus theme issue. 775854c
idoc - v1.30.0

Published by github-actions[bot] 7 months ago

npm version

Documentation v1.30.0: https://raw.githack.com/jaywcjlove/idoc/ff129e6/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.29.0...v1.30.0

npm i [email protected]
  • ๐Ÿ“– doc: update docs/markdown/extended-syntax.md 00b5695
  • ๐Ÿ“– doc: Update README.md 468c108
  • ๐ŸŒŸ feat: add html meta config. becee49

meta

meta ๆ ‡่ฎฐๆ่ฟฐ HTML ๆ–‡ๆกฃไธญ็š„ๅ…ƒๆ•ฐๆฎ๏ผŒๅ€ผๆ”ฏๆŒๆจกๆฟๅ˜้‡

data: 
  site_name: idoc # ๅ‘ meta ้…็ฝฎๆจกๆฟไธญๆทปๅŠ ๆจกๆฟๆ•ฐๆฎ
meta:
  - <meta name="author" content="Kenny Wong">
  - <meta property="og:site_name" content="<%= data.site_name %>">
  - <meta property="og:url" content="">
  - <meta property="og:image" content="<%=homepage%>logo.png">
  - <meta property="og:type" content="website">
  - <meta property="og:title" content="<%= title %>">
  - <meta property="og:description" content="<%= description%>">

ๅคดไฟกๆฏไธญ็”Ÿๆˆ HTML ๅฆ‚ไธ‹๏ผš

<meta name="author" content="Kenny Wong">
<meta property="og:site_name" content="idoc">
<meta property="og:url" content="">
<meta property="og:image" content="https://wangchujiang.com/idoc/logo.png">
<meta property="og:type" content="website">
<meta property="og:title" content="้…็ฝฎๆ–‡ไปถ">
<meta property="og:description" content="้…็ฝฎๆ–‡ไปถๅฏไปฅๆทปๅŠ ่ฎพ็ฝฎ็ฝ‘็ซ™ๅ†…ๅฎนๅ’Œไธป้ข˜็ญ‰ใ€‚">

้…็ฝฎ Twitter ๅก็‰‡

data: 
  site_name: idoc # ๅ‘ meta ้…็ฝฎๆจกๆฟไธญๆทปๅŠ ๆจกๆฟๆ•ฐๆฎ

copyAssets: 
  - '*/assets/*.(png|jpg)' # ๅญ˜ๆ”พๅœจ `docs` ็›ฎๅฝ•ไธญๅŒน้…็š„่ต„ๆบ
meta:
  - <meta property="twitter:image:src" content="<%=homepage%>assets/banner.png">
  - <meta property="twitter:site" content="@jaywcjlove">
  - <meta property="twitter:creator" content="jaywcjlove">
  - <meta property="twitter:card" content="summary_large_image">
  - <meta property="twitter:title" content="<%= title %>">
  - <meta property="twitter:description" content="<%= description%>">
idoc - v1.29.0

Published by github-actions[bot] 7 months ago

npm version

Documentation v1.29.0: https://raw.githack.com/jaywcjlove/idoc/1998e98/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.28.2...v1.29.0

npm i [email protected]
  • ๐Ÿ’„ chore: add comment. debbad6
  • ๐Ÿ’„ chore(deps): update dependency husky to v9 #87 a1850ba
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v15 (#84) 023b98d @renovate-bot
  • ๐Ÿž fix(deps): update dependency fs-extra to ~11.2.0 (#86) 933b12c @renovate-bot
  • ๐Ÿ’„ chore: add FUNDING.yml file. 21d6d1c
  • ๐Ÿ“– doc: Update README.md d6ffa69
  • ๐Ÿ“– doc: Update README.md 3325e66
  • ๐Ÿ“– doc: Update README.md ade2711
  • ๐Ÿ“– doc: Update README.md 9a0c12c
  • ๐ŸŒŸ feat: support for github alert. f6bf94b
  • ๐Ÿž fix(deps): update dependency rehype-autolink-headings to ~7.1.0 (#85) 6266ab1 @renovate-bot
  • ๐ŸŒŸ feat: alert support legacy title. 70453ee
idoc - v1.28.2

Published by github-actions[bot] 8 months ago

npm version

Documentation v1.28.2: https://raw.githack.com/jaywcjlove/idoc/4fee542/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.28.1...v1.28.2

npm i [email protected]
  • ๐Ÿž fix: fix theme switching issue. 657c328
idoc - v1.28.1

Published by github-actions[bot] 8 months ago

idoc - v1.28.0

Published by github-actions[bot] 8 months ago

npm version

Documentation v1.28.0: https://raw.githack.com/jaywcjlove/idoc/3e097da/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.27.2...v1.28.0

npm i [email protected]
  • ๐ŸŽจ style: modify header style. b446c43
  • ๐ŸŒŸ feat: add the element in the config. df2504c
  • ๐Ÿ’ข ci: update workflow config. 5e8ae48
idoc - v1.27.2

Published by github-actions[bot] about 1 year ago

npm version

Documentation v1.27.2: https://raw.githack.com/jaywcjlove/idoc/8ed593a/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.27.1...v1.27.2

npm i [email protected]
  • ๐Ÿž fix(deps): update dependency rehype-ignore to v2 (#82) 07fd840 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @wcj/markdown-to-html to v3 (#83) 5373c33 @renovate-bot
  • ๐Ÿž fix(deps): update dependency rehype-autolink-headings to v7 (#80) 20705a8 @renovate-bot
  • ๐Ÿž fix(deps): update dependency rehype-slug to v6 (#79) 138472f @renovate-bot
  • ๐Ÿž fix(deps): update dependency rehype-format to v5 (#77) 1a9ad3f @renovate-bot
  • ๐Ÿž fix(deps): update dependency rehype-minify-whitespace to v6 (#78) 790230b @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v14 (#76) 59e3b4d @renovate-bot
  • ๐Ÿž fix(deps): update dependency fs-extra to v11 (#67) 24ae526 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency prettier to v3 (#74) e796e40 @renovate-bot
  • ๐Ÿ†Ž type: fix type error. e02278f
idoc - v1.27.1

Published by github-actions[bot] about 1 year ago

npm version

Documentation v1.27.1: https://raw.githack.com/jaywcjlove/idoc/6a468d2/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.27.0...v1.27.1

npm i [email protected]
  • ๐Ÿ“– doc: Update README.md 1c813a3
  • ๐Ÿž fix: fix site config issue. 97e9c52
  • ๐Ÿ’ข ci: update workflows config. 76769ed
idoc - v1.27.0

Published by github-actions[bot] about 1 year ago

npm version

Documentation v1.27.0: https://raw.githack.com/jaywcjlove/idoc/ecf55e4/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.6...v1.27.0

npm i [email protected]
  • ๐Ÿ“„ Update README.md 41cad70
  • ๐Ÿ“– - ๐Ÿ“– docs: change from ubuntu-18.04 to ubuntu-latest (#75) ba2b381 @sinchang
  • ๐Ÿ“– doc: Update README.md 3b7bb39
  • ๐Ÿ“– doc: Update README.md dc78af7
  • ๐ŸŒŸ feat: add giscus config. 65cbafe
idoc - v1.26.6

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.6: https://raw.githack.com/jaywcjlove/idoc/2aa6361/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.5...v1.26.6

npm i [email protected]
  • ๐Ÿ’„ chore: remove source map files. 5d83eb3
  • ๐Ÿ’„ chore: update build scripts. c5dcbd9
idoc - v1.26.5

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.5: https://raw.githack.com/jaywcjlove/idoc/b0c9bab/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.4...v1.26.5

npm i [email protected]
  • ๐Ÿž fix: fix config error. 58c1a84
idoc - v1.26.4

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.4: https://raw.githack.com/jaywcjlove/idoc/0a0afca/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.3...v1.26.4

npm i [email protected]
  • ๐ŸŽจ style: modify dark-mode style. 9a11e05
idoc - v1.26.3

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.3: https://raw.githack.com/jaywcjlove/idoc/7d3c9dd/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.2...v1.26.3

npm i [email protected]
  • ๐Ÿž fix: fix config error. af504f5
idoc - v1.26.2

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.2: https://raw.githack.com/jaywcjlove/idoc/ca9e79a/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.1...v1.26.2

npm i [email protected]
  • ๐Ÿž fix: fix the issue that the config does not exist. c74eb97
idoc - v1.26.1

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.1: https://raw.githack.com/jaywcjlove/idoc/b244e15/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.26.0...v1.26.1

npm i [email protected]
  • ๐Ÿž fix: fix site config issue. 08f31c6
idoc - v1.26.0

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.26.0: https://raw.githack.com/jaywcjlove/idoc/7eb3d0a/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.25.3...v1.26.0

npm i [email protected]
  • ๐ŸŒŸ feat: enhanced configuration. d88f621
idoc - v1.25.3

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.25.3: https://raw.githack.com/jaywcjlove/idoc/c5b6de1/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.25.2...v1.25.3

npm i [email protected]
  • ๐Ÿž fix: fix title className issue. 8efd14f
idoc - v1.25.2

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.25.2: https://raw.githack.com/jaywcjlove/idoc/6135560/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.25.1...v1.25.2

npm i [email protected]
  • ๐Ÿž fix: fix template config issue. (fix #72) 8b0aca4
idoc - v1.25.1

Published by github-actions[bot] over 1 year ago

npm version

Documentation v1.25.1: https://raw.githack.com/jaywcjlove/idoc/b8a958d/index.html
Comparing Changes: https://github.com/jaywcjlove/idoc/compare/v1.25.0...v1.25.1

npm i [email protected]
  • ๐Ÿ“– doc: Update README.md c743a6c
  • ๐Ÿ’„ chore: add workflows config. c42f13a
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v4 #71 25e02aa
  • ๐Ÿ’„ chore: modify workflows config. d0d1daa
  • ๐Ÿ’„ chore: fix site config error. 262dfde