You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Whether to activate the comment area on all pages.
400
+
// The default is true, which means enabled, this parameter can be ignored;
401
+
// If it is false, it means it is not enabled.
402
+
// You can use `comment: true` preface to enable it separately on the page.
403
+
true
404
+
);
405
+
}
406
+
// 结束!好了,上面的内容就是你需要修改的部分,其他维持原样就好啦
407
+
}
408
+
409
+
exportdefaultExtendedTheme
410
+
```
411
+
412
+
413
+
在 Markdown 文件上添加下面的属性,可以决定是否在当前文章中开启评论
414
+
```
415
+
---
416
+
comment: true
417
+
---
418
+
```
419
+
319
420
## 知识库编写须知
320
421
321
422
由于很多时候需要重复编排和调整文档的结构和注解以适应和满足使用者的阅读习惯或是文档叙述的内容需求,以及说明使用的 API 的版本号和破坏性更新说明,可能会导致在以上或是更多外部因素的影响下导致文档结构混乱不一,查询造成困难,或是索引和快速查阅文档的时候需要花费大量的时间和精力去了解文章结构和内容,以下提出了一个较为完善(任需商议)的知识库结构、使用规范的提案。
0 commit comments