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/index.mdx b/src/pages/index.mdx index 1c52b35..5896a77 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -300,7 +300,7 @@ import { @@ -390,7 +390,7 @@ import { @@ -398,10 +398,10 @@ import {