Skip to content

Commit

Permalink
Update : navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrking committed Nov 17, 2022
1 parent 1700eac commit 8422355
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HOW_TO.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ yarn add remark-math@3 rehype-katex@4
yarn add remark-math@3 rehype-katex@5 hast-util-is-element@1.1.0
```

### plugin-content-docs

```bash
yarn add @docusaurus/plugin-content-docs
```
4 changes: 4 additions & 0 deletions blog/2021-08-26-welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors: [slorber, yangshun]
tags: [facebook, hello, docusaurus]
---


[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).

Simply add Markdown files (or folders) to the `blog` directory.
Expand All @@ -23,3 +24,6 @@ A blog post folder can be convenient to co-locate blog post images:
The blog supports tags as well!

**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.



17 changes: 17 additions & 0 deletions docs/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
4 changes: 2 additions & 2 deletions docs/new.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
---
Expand Down Expand Up @@ -383,4 +383,4 @@ Please do not hesitate to submit the issue into our [forum](https://forum.seeeds
<br /><p><a href="https://www.seeedstudio.com/act-4.html?utm_source=wiki&utm_medium=wikibanner&utm_campaign=newproducts" target="_blank"><img src="https://files.seeedstudio.com/wiki/Wiki_Banner/new_product.jpg" /></a></p>

-->
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/plugin-content-docs": "^2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/theme-mermaid": "^2.2.0",
"@docusaurus/theme-search-algolia": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@
utility-types "^3.10.0"
webpack "^5.73.0"

"@docusaurus/plugin-content-docs@2.2.0":
"@docusaurus/plugin-content-docs@2.2.0", "@docusaurus/plugin-content-docs@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.2.0.tgz#0fcb85226fcdb80dc1e2d4a36ef442a650dcc84d"
integrity sha512-BOazBR0XjzsHE+2K1wpNxz5QZmrJgmm3+0Re0EVPYFGW8qndCWGNtXW/0lGKhecVPML8yyFeAmnUCIs7xM2wPw==
Expand Down

0 comments on commit 8422355

Please sign in to comment.