diff --git a/Readme.md b/Readme.md index b419063..ad8351d 100644 --- a/Readme.md +++ b/Readme.md @@ -68,4 +68,5 @@ python.exe generate_vcpkg_usage_stats.py --repo_path=C:\vcpkg - /content/ - tools.md # Tools site - documents.md # Documents site + - examples.md # Examples site ``` diff --git a/content/examples.md b/content/examples.md new file mode 100644 index 0000000..70bcb5f --- /dev/null +++ b/content/examples.md @@ -0,0 +1,7 @@ +This page records good examples of projects using modules natively. This is pretty helpful to give us a feeling +about how to develop with modules. + +- [infinity](https://github.com/infiniflow/infinity) +- [technical-machine](https://github.com/davidstone/technical-machine) +- [atr](https://github.com/kaimfrai/atr/tree/main) +- [async_simple's modules branch](https://github.com/alibaba/async_simple/tree/CXX20Modules) \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index f903d5b..b58e8dd 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -19,6 +19,9 @@ menu: - name: Docs url: /Documents/ weight: 2 + - name: Examples + url: /Examples/ + weight: 3 - name: Follow me url: https://bsky.app/profile/kelteseth.bsky.social - name: Contribute on Github