Merge branch 'develop' of ssh://github.com/acid-info/codex.storage into develop
This commit is contained in:
commit
15d15e9c56
|
@ -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).
|
||||
|
||||
---
|
|
@ -300,7 +300,7 @@ import {
|
|||
<ProfileCard
|
||||
name='Dmitriy'
|
||||
imgSrc='/team/dmitriy.jpg'
|
||||
githubUsername='Dmitriy'
|
||||
githubUsername='dryajov'
|
||||
githubLink='https://github.com/dryajov'
|
||||
discordUsername='dryajov'
|
||||
discordLink='https://discord.gg/codex-storage'
|
||||
|
@ -366,7 +366,7 @@ import {
|
|||
<ProfileCard
|
||||
name='Adam'
|
||||
imgSrc='/team/adam.jpeg'
|
||||
githubUsername='AuHau'
|
||||
githubUsername='auhau'
|
||||
githubLink='https://github.com/auhau'
|
||||
/>
|
||||
</Grid.Item>
|
||||
|
@ -390,7 +390,7 @@ import {
|
|||
<ProfileCard
|
||||
name='Balazs'
|
||||
imgSrc='/team/balazs.png'
|
||||
githubUsername='Balazs'
|
||||
githubUsername='bkomuves'
|
||||
githubLink='https://github.com/bkomuves'
|
||||
/>
|
||||
</Grid.Item>
|
||||
|
@ -398,10 +398,10 @@ import {
|
|||
<ProfileCard
|
||||
name='Jessie'
|
||||
imgSrc='/team/jessie.jpg'
|
||||
githubUsername='JessieBroke'
|
||||
githubUsername='jessiebroke'
|
||||
githubLink='https://github.com/jessiebroke'
|
||||
discordUsername='JessieBroke'
|
||||
discordLink='https://discord.gg/codex-storage'
|
||||
discordUsername='jessiebroke'
|
||||
discordLink='https://discord.gg/gwRFyTySeD'
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
|
|
Loading…
Reference in New Issue