From 091a744529a4bce4c01c228833f5743c9000a6c3 Mon Sep 17 00:00:00 2001
From: jessiebroke <18238304+jessiebroke@users.noreply.github.com>
Date: Thu, 19 Oct 2023 06:08:34 -0400
Subject: [PATCH 1/3] Update index.mdx
Matched GitHub names properly and adjusted GitHub naming to all lower-case.
---
src/pages/index.mdx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index e54f567..049b27a 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -300,7 +300,7 @@ import {
@@ -390,7 +390,7 @@ import {
@@ -398,9 +398,9 @@ import {
From e963312d9998054619da87abf4d9d01b7b3c4e4d Mon Sep 17 00:00:00 2001
From: amir houieh
Date: Tue, 24 Oct 2023 10:33:42 +0200
Subject: [PATCH 2/3] Create mockup for news.md
---
src/pages/news.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 src/pages/news.md
diff --git a/src/pages/news.md b/src/pages/news.md
new file mode 100644
index 0000000..495c583
--- /dev/null
+++ b/src/pages/news.md
@@ -0,0 +1,14 @@
+# Codex news log
+
+## here goes the title
+Some updates
+- update 1
+- update 2
+
+## here goes another title
+Some updates
+- update 1
+- update 2
+
+
+> And here is other stuff
From 25d8558bad0b12be39aa5bcfd904417d9ad23e3b Mon Sep 17 00:00:00 2001
From: amirhouieh
Date: Tue, 24 Oct 2023 12:29:13 +0200
Subject: [PATCH 3/3] add mockup newspage
---
root-pages/news.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++
src/pages/news.md | 14 -------
2 files changed, 92 insertions(+), 14 deletions(-)
create mode 100644 root-pages/news.md
delete mode 100644 src/pages/news.md
diff --git a/root-pages/news.md b/root-pages/news.md
new file mode 100644
index 0000000..017f48f
--- /dev/null
+++ b/root-pages/news.md
@@ -0,0 +1,92 @@
+---
+displayed_sidebar: null
+sidebar_class_name: hidden
+hide_table_of_contents: true
+hide_title: true
+---
+
+# News Logs
+> Discover the latest news and updates about our project.
+
+---
+
+### Thursday, 22 July 2021
+
+#### 🚀 Product Update: Version 2.0
+
+We've released Version 2.0 of our software, bringing several enhancements:
+
+- Enhanced user interface.
+- Bug fixes.
+- Improved performance metrics.
+
+Code snippet for illustrative purposes:
+
+```python
+def new_feature():
+print("This is a sample of a new feature!")
+```
+
+Full changelog can be found on our [GitHub Repository](https://github.com/yourproject/repo).
+
+---
+
+### Wednesday, 21 July 2021
+
+#### 📣 Community Highlights
+
+Notable contributions from our community include:
+
+- John Doe's new testing framework. [Details](https://example.com/johndoe).
+- Jane Smith's tutorial on tool integration. [Watch Tutorial](https://example.com/janesmithvideo).
+
+Feedback:
+
+> "This project has enhanced my workflow. Great job!" - Alex Q.
+
+---
+
+### Tuesday, 20 July 2021
+
+#### 🎉 New Website Launch
+
+Our revamped website, powered by [Docusaurus](https://docusaurus.io/), offers:
+
+- Streamlined user experience.
+- Mobile-responsive designs.
+- Updated documentation.
+
+---
+
+### Monday, 19 July 2021
+
+#### 🎤 Devcon 6 Participation
+
+We're presenting at Devcon 6:
+
+| Session | Time |
+|-----------------------|-------|
+| Product Deep Dive | 10 AM |
+| Workshop: Best Practices| 2 PM |
+
+Full schedule available [here](https://example.com/devcon6).
+
+---
+
+### Sunday, 18 July 2021
+
+#### 📚 Updated Documentation
+
+Our new documentation sections include:
+
+- Getting Started.
+- Advanced Configurations.
+- Troubleshooting tips.
+
+*Tip: Navigate with our search bar for quick topic access.*
+
+## Stay Connected
+
+For more updates, join our [community forum](https://forum.example.com) or follow us on [Twitter](https://twitter.com/yourhandle).
+
+---
diff --git a/src/pages/news.md b/src/pages/news.md
deleted file mode 100644
index 495c583..0000000
--- a/src/pages/news.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Codex news log
-
-## here goes the title
-Some updates
-- update 1
-- update 2
-
-## here goes another title
-Some updates
-- update 1
-- update 2
-
-
-> And here is other stuff