Skip to content

Commit 1a2a5aa

Browse files
committed
chore: update per review
1 parent 2681e44 commit 1a2a5aa

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

docs/discussion.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Community Discussions
2+
3+
Welcome to the cpp-linter organization discussion hub!
4+
5+
Join our community discussions to ask questions, share ideas, and connect with other users and contributors.
6+
7+
[💬 Join GitHub Discussions](https://github.com/cpp-linter/cpp-linter/discussions){ .md-button .md-button--primary }
8+
9+
Visit our GitHub Discussions to:
10+
11+
- **Ask Questions** - Get help from the community and maintainers
12+
- **Share Ideas** - Propose new features or improvements
13+
- **Show and Tell** - Share your projects using cpp-linter tools
14+
- **General Discussion** - Chat about C/C++ linting and best practices
15+
16+
Thank you for being part of the cpp-linter community! 🚀

docs/docs/blog/index.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/docs/index.md renamed to docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Documentation Hub
1+
# Getting Started
22

3-
Welcome to the cpp-linter organization documentation hub. Choose a product below to access its complete documentation.
3+
cpp-linter is an open-source organization dedicated to providing high-quality tools and solutions for C/C++ code analysis and linting. Our mission is to help developers write cleaner, more maintainable code by offering easy-to-use tools that integrate seamlessly into their development workflows.
44

55
## Our Solutions
66

mkdocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
site_name: "cpp-linter organization"
1+
site_name: "cpp-linter"
22
site_description: "Documentation for the cpp-linter organization."
33
site_url: "https://cpp-linter.github.io/"
44

55
nav:
6-
- index.md
7-
- DOCS:
8-
- docs/index.md
9-
- BLOG:
10-
- blog/index.md
6+
- Home: index.md
7+
- Getting Started: getting-started.md
8+
- Discussion: discussion.md
9+
# - Blog:
10+
# - blog/index.md
1111

1212
theme:
1313
name: material
@@ -53,8 +53,8 @@ markdown_extensions:
5353
- attr_list
5454
- md_in_html
5555
- pymdownx.emoji:
56-
emoji_index: !!python/name:materialx.emoji.twemoji
57-
emoji_generator: !!python/name:materialx.emoji.to_svg
56+
emoji_index: !!python/name:material.extensions.emoji.twemoji
57+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
5858

5959
plugins:
6060
- blog

0 commit comments

Comments
 (0)