Skip to content

Commit

Permalink
doc: update docs/introduce/api/config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent 49216c8 commit 5823b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .idoc/.filesStat.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"birthtime": "2022-04-10T14:24:24.106Z"
},
"docs/introduce/api/config.md": {
"atime": "2024-03-28T07:56:39.896Z",
"mtime": "2024-03-28T07:56:40.026Z",
"ctime": "2024-03-28T07:56:40.026Z",
"atime": "2024-03-28T08:46:00.056Z",
"mtime": "2024-03-28T08:46:00.155Z",
"ctime": "2024-03-28T08:46:00.155Z",
"birthtime": "2024-03-25T14:35:19.401Z"
},
"docs/introduce/getting-started/installation.md": {
Expand Down
4 changes: 4 additions & 0 deletions docs/introduce/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ giscus:

```js
// .idocrc.mjs
/**
* @typedef {import("idoc").Config} Config
* @type {Config}
*/
export default {
rewrite: (node, index, parent) => {
console.log(index)
Expand Down

0 comments on commit 5823b31

Please sign in to comment.