Add emoji support and enhance documentation in RAS

- Added pymdownx.emoji extension to mkdocs.yml for emoji rendering.
- Updated index.md to include a new dashboard image and revised descriptions for clarity.
- Expanded the features section with detailed descriptions of tools and testing capabilities.
- Introduced a roadmap section outlining completed, in-progress, and to-do features for better project visibility.
This commit is contained in:
Xin Wang
2026-03-02 16:50:17 +08:00
parent a82100fc79
commit 0a7a3253a6
2 changed files with 63 additions and 6 deletions

View File

@@ -81,6 +81,9 @@ markdown_extensions:
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- attr_list
- md_in_html