From 95c07c37c2bed18b99f981bfb94fec8ce3a02dfa Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 13 Aug 2024 07:41:08 +0000 Subject: [PATCH] chore: add link of free5GLab --- docs/guide/contribute.md | 7 +++++-- docs/index.md | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/guide/contribute.md b/docs/guide/contribute.md index c8ebac21..a8d45f0c 100644 --- a/docs/guide/contribute.md +++ b/docs/guide/contribute.md @@ -14,10 +14,13 @@ A issue could be 1. bugs report or 2. feature request, each issue would be assig The source code of the free5GC is stored at [https://github.com/free5gc/free5gc](https://github.com/free5gc/free5gc). Please follow the [GitHub flow](https://docs.github.com/en/get-started/using-github/github-flow) for collaboration. -> [!NOTE] -> Our pull request commit messages must comply with the [**Conventional Commit Message**](https://www.conventionalcommits.org/en/v1.0.0/) format. +> [!NOTE] +> Our pull request commit messages must comply with the [**Conventional Commit Message**](https://www.conventionalcommits.org/en/v1.0.0/) format. > This will be checked by the pull request CI action. +## Tutorial(s) + +- [free5GLab](https://github.com/free5gc/free5GLab) ## Design Documents diff --git a/docs/index.md b/docs/index.md index c2d21e0d..a3738cd8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,9 +12,12 @@ Currently, the major contributors are from National Yang Ming Chiao Tung Univers - The source code of the latest version of free5GC can be downloaded from [here](https://github.com/free5gc/free5gc){target=_blank}. - Follow our [LinkedIn](https://www.linkedin.com/company/free5gc/){target=_blank} page to get the news about free5GC. -> [!NOTE] +> [!NOTE] > Thank you very much for your interest in free5GC. The license of free5GC follows Apache 2.0. That is, anyone can use free5GC for commercial purposes for free. +> [!NOTE] +> Want to contribute to free5GC? Check out our [How to contribute](https://free5gc.org/guide/contribute/) page for more information. + ## 2024/7/3: free5GC v3.4.2 released! The free5GC v3.4.2 includes a Go version update to 1.21 and refactoring for OpenAPI Release 17. New features include setting static IPs for UEs and OAuth2 authentication for the webconsole, plus a ULCL example in free5gc-compose. Bug fixes and a new commit message check are also included. @@ -27,7 +30,7 @@ The free5GC v3.4.2 includes a Go version update to 1.21 and refactoring for Open **[Features]** -- Set Static-IP for UE in webconsole +- Set Static-IP for UE in webconsole - Webconsole acts as AF and uses OAuth2 authentication to get OAM service from NFs - Add ULCL docker-compose example in [free5gc-compose](https://github.com/free5gc/free5gc-compose) - Session AMBR in Data Plane @@ -46,7 +49,7 @@ The free5GC v3.4.2 includes a Go version update to 1.21 and refactoring for Open -> [!NOTE] +> [!NOTE] > The history of the version release can be found on the [history page](./history.md). ### Next Step(s)