From 0f3dc27fd7e5618e82e4db0e5453cf9ddbc4941f Mon Sep 17 00:00:00 2001 From: Manoj Date: Fri, 13 Dec 2024 12:37:30 +0530 Subject: [PATCH] Issue #000 chore: Cleanup, and move tekdi style guide at top --- blog/2019-05-28-first-blog-post.md | 6 +----- blog/2019-05-29-long-blog-post.md | 2 +- blog/2021-08-01-mdx-blog-post.mdx | 2 +- blog/2021-08-26-welcome/index.md | 2 +- blog/authors.yml | 22 +++++----------------- docs/event-service/_category_.json | 2 +- docs/middleware-service/_category_.json | 2 +- docs/notifications-service/_category_.json | 2 +- docs/tekdi-style-guides/_category_.json | 4 ++-- docs/todo-service/_category_.json | 2 +- docs/tools/_category_.json | 4 ++-- docs/user-service/_category_.json | 2 +- yarn.lock | 2 +- 13 files changed, 19 insertions(+), 35 deletions(-) diff --git a/blog/2019-05-28-first-blog-post.md b/blog/2019-05-28-first-blog-post.md index 6129ada..e480b62 100644 --- a/blog/2019-05-28-first-blog-post.md +++ b/blog/2019-05-28-first-blog-post.md @@ -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 diff --git a/blog/2019-05-29-long-blog-post.md b/blog/2019-05-29-long-blog-post.md index 37a905f..18e0422 100644 --- a/blog/2019-05-29-long-blog-post.md +++ b/blog/2019-05-29-long-blog-post.md @@ -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, diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx index ccbdf77..a654124 100644 --- a/blog/2021-08-01-mdx-blog-post.mdx +++ b/blog/2021-08-01-mdx-blog-post.mdx @@ -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/). diff --git a/blog/2021-08-26-welcome/index.md b/blog/2021-08-26-welcome/index.md index 9a5e9ca..d378830 100644 --- a/blog/2021-08-26-welcome/index.md +++ b/blog/2021-08-26-welcome/index.md @@ -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). diff --git a/blog/authors.yml b/blog/authors.yml index bcb2991..e765610 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -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 \ No newline at end of file diff --git a/docs/event-service/_category_.json b/docs/event-service/_category_.json index 21d524a..ff1eb00 100644 --- a/docs/event-service/_category_.json +++ b/docs/event-service/_category_.json @@ -1,6 +1,6 @@ { "label": "Event Service", - "position": 2, + "position": 4, "link": { "type": "generated-index", "description": "Learn about Event service" diff --git a/docs/middleware-service/_category_.json b/docs/middleware-service/_category_.json index 547aeb6..35079dc 100644 --- a/docs/middleware-service/_category_.json +++ b/docs/middleware-service/_category_.json @@ -1,6 +1,6 @@ { "label": "Middleware Service", - "position": 6, + "position": 5, "link": { "type": "generated-index", "description": "Learn about middleware service" diff --git a/docs/notifications-service/_category_.json b/docs/notifications-service/_category_.json index 7aabdd4..99f3944 100644 --- a/docs/notifications-service/_category_.json +++ b/docs/notifications-service/_category_.json @@ -1,6 +1,6 @@ { "label": "Notifications Service", - "position": 4, + "position": 6, "link": { "type": "generated-index", "description": "Learn about notifications service" diff --git a/docs/tekdi-style-guides/_category_.json b/docs/tekdi-style-guides/_category_.json index 3e67cdd..5d7756a 100644 --- a/docs/tekdi-style-guides/_category_.json +++ b/docs/tekdi-style-guides/_category_.json @@ -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." } } diff --git a/docs/todo-service/_category_.json b/docs/todo-service/_category_.json index b009924..4299306 100644 --- a/docs/todo-service/_category_.json +++ b/docs/todo-service/_category_.json @@ -1,6 +1,6 @@ { "label": "Todo Service", - "position": 5, + "position": 7, "link": { "type": "generated-index", "description": "Learn about Todo service" diff --git a/docs/tools/_category_.json b/docs/tools/_category_.json index e007072..3dcbc11 100644 --- a/docs/tools/_category_.json +++ b/docs/tools/_category_.json @@ -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" } } diff --git a/docs/user-service/_category_.json b/docs/user-service/_category_.json index c5a5c36..7412ffa 100644 --- a/docs/user-service/_category_.json +++ b/docs/user-service/_category_.json @@ -1,6 +1,6 @@ { "label": "User Service", - "position": 1, + "position": 8, "link": { "type": "generated-index", "description": "Learn about user service" diff --git a/yarn.lock b/yarn.lock index deedc68..5add81e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1703,7 +1703,7 @@ react-helmet-async "*" react-loadable "npm:@docusaurus/react-loadable@6.0.0" -"@docusaurus/plugin-content-blog@3.6.3", "@docusaurus/plugin-content-blog@^3.6.3": +"@docusaurus/plugin-content-blog@3.6.3": 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==