Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fenixsoft committed Dec 26, 2021
1 parent 060db8b commit 7855a57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vuepress/plugins/export/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ async function generatePDF(ctx, port, host) {
}
})

fs.writeFileSync(pdfDir + "/sidebar.json", JSON.stringify(sidebar));
fs.writeFileSync(pdfDir + "/exportPages.json", JSON.stringify(exportPages));

const browser = await puppeteer.launch()
const browserPage = await browser.newPage()

Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ permalink: /changelog

# 更新日志

### 2021年12月25日

- 提供带目录版本的PDF:[下载地址](https://raw.githubusercontent.com/fenixsoft/awesome-fenix/gh-pages/pdf/the-fenix-project.pdf)
- PDF目录生成的脚本由 [jerrylususu](https://github.com/jerrylususu) 提供,具体使用方式 [参见此处](https://github.com/fenixsoft/awesome-fenix/issues/286)。十分感谢。
- 由于免费执行配额限制,9月份已停掉了流水线中生成PDF的部分,PDF每季度更新一次新版,如需生成最新的PDF可克隆后在本地进行。

### 2021年11月12日

- 更新一篇务虚文章,ArchSummit2021主题演讲:[从软件的历史看架构的未来](/tricks/2021/arch)
- ArchSummit2021主题演讲:[从软件的历史看架构的未来](/tricks/2021/arch)

### 2021年9月8日

Expand Down
2 changes: 1 addition & 1 deletion introduction/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [腾讯云最有价值技术专家(TVP)](https://cloud.tencent.com/tvp/132)
- [华为云最有价值技术专家(MVP)](https://developer.huaweicloud.com/mvp/member)
- [IBM DeveloperWorks 撰稿人]()[InfoQ.CN 专栏撰稿人](https://www.infoq.cn/profile/CD59DD20F93F11/publish)
- [极客时间布道师](https://time.geekbang.org/opencourse/intro/100064201)[华章 25 周年公益课程讲师](https://xie.infoq.cn/article/36ec9efa0697377af0d043b1e)[QCon/ArchSummit 全球软件开发大会明星讲师](https://qcon.infoq.cn/2020/shenzhen/)
- [极客时间布道师](https://time.geekbang.org/opencourse/intro/100064201)[华章 25 周年公益课程讲师](https://xie.infoq.cn/article/36ec9efa0697377af0d043b1e)[QCon全球软件开发大会明星讲师](https://qcon.infoq.cn/2020/shenzhen/)[ArchSummit全球架构师峰会主题演讲嘉宾](https://archsummit.infoq.cn/2021/shenzhen/presentation/4104)

<br/>

Expand Down

0 comments on commit 7855a57

Please sign in to comment.