Skip to content

Commit

Permalink
Issue #000 chore: Cleanup, and move tekdi style guide at top
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe committed Dec 13, 2024
1 parent 483bbd1 commit 0f3dc27
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 35 deletions.
6 changes: 1 addition & 5 deletions blog/2019-05-28-first-blog-post.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
slug: first-blog-post
title: First Blog Post
authors:
name: Gao Wei
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
authors: demo_author
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
2 changes: 1 addition & 1 deletion blog/2019-05-29-long-blog-post.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: long-blog-post
title: Long Blog Post
authors: endi
authors: demo_author
---

This is the summary of a very long blog post,
Expand Down
2 changes: 1 addition & 1 deletion blog/2021-08-01-mdx-blog-post.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: mdx-blog-post
title: MDX Blog Post
authors: [slorber]
authors: [demo_author]
---

Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
Expand Down
2 changes: 1 addition & 1 deletion blog/2021-08-26-welcome/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: welcome
title: Welcome
authors: [slorber, yangshun]
authors: [demo_author]
---

[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
Expand Down
22 changes: 5 additions & 17 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
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
demo_author:
name: Demo Author
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
2 changes: 1 addition & 1 deletion docs/event-service/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Event Service",
"position": 2,
"position": 4,
"link": {
"type": "generated-index",
"description": "Learn about Event service"
Expand Down
2 changes: 1 addition & 1 deletion docs/middleware-service/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Middleware Service",
"position": 6,
"position": 5,
"link": {
"type": "generated-index",
"description": "Learn about middleware service"
Expand Down
2 changes: 1 addition & 1 deletion docs/notifications-service/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Notifications Service",
"position": 4,
"position": 6,
"link": {
"type": "generated-index",
"description": "Learn about notifications service"
Expand Down
4 changes: 2 additions & 2 deletions docs/tekdi-style-guides/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "Tekdi Style Guides",
"position": 8,
"position": 1,
"link": {
"type": "generated-index",
"description": "Learn about lanauge specific styleguides being used at Tekdi."
"description": "📚 Learn about lanauge specific styleguides being used at Tekdi."
}
}
2 changes: 1 addition & 1 deletion docs/todo-service/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Todo Service",
"position": 5,
"position": 7,
"link": {
"type": "generated-index",
"description": "Learn about Todo service"
Expand Down
4 changes: 2 additions & 2 deletions docs/tools/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "Tools",
"position": 7,
"position": 2,
"link": {
"type": "generated-index",
"description": "Know more about recommended tools"
"description": "🛠️ Know more about recommended tools"
}
}
2 changes: 1 addition & 1 deletion docs/user-service/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "User Service",
"position": 1,
"position": 8,
"link": {
"type": "generated-index",
"description": "Learn about user service"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/[email protected]"

"@docusaurus/[email protected]", "@docusaurus/plugin-content-blog@^3.6.3":
"@docusaurus/[email protected]":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.3.tgz#d6a597e4bfdeb3f1f6ce06d2ac86207296988cc9"
integrity sha512-k0ogWwwJU3pFRFfvW1kRVHxzf2DutLGaaLjAnHVEU6ju+aRP0Z5ap/13DHyPOfHeE4WKpn/M0TqjdwZAcY3kAw==
Expand Down

0 comments on commit 0f3dc27

Please sign in to comment.