This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aa260d4be [YUNIKORN-2727] Fix Dead Links and Update readme for 
Docusaurus v3 (#451)
1aa260d4be is described below

commit 1aa260d4be6fac9c25aaed24a7bfb06132e2c856
Author: ryankert <[email protected]>
AuthorDate: Thu Jul 11 07:12:58 2024 +0800

    [YUNIKORN-2727] Fix Dead Links and Update readme for Docusaurus v3 (#451)
    
    Closes: #451
    
    Signed-off-by: Chia-Ping Tsai <[email protected]>
---
 README.md                          | 2 +-
 docs/developer_guide/deployment.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index da6a4f6555..9ddf4b28c8 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ pnpm run start
 ```
 
 ## Updating the site
-The website is built based using 
[docusaurus-v2](https://v2.docusaurus.io/docs/docs-introduction). 
+The website is built based using 
[docusaurus-v3](https://docusaurus.io/docs/3.2.1). 
 The pages and documentation are written in MD file format, the data required 
is located at:
 * `docusaurus.config.js` the main site layout and menu definition
 * `src/pages` the non-versioned static pages of the site
diff --git a/docs/developer_guide/deployment.md 
b/docs/developer_guide/deployment.md
index 50ad30b3aa..cb34ee759f 100644
--- a/docs/developer_guide/deployment.md
+++ b/docs/developer_guide/deployment.md
@@ -119,7 +119,7 @@ kubectl create -f 
deployments/scheduler/admission-controller-secrets.yaml
 
 ## Deploy the Admission Controller
 
-Now we can deploy the admission controller as a service. This will 
automatically validate/modify incoming requests and objects, respectively, in 
accordance with the [example in Deploy the Scheduler](#Deploy-the-Scheduler). 
See the contents of the admission controller deployment and service in 
[admission-controller.yaml](https://github.com/apache/yunikorn-k8shim/blob/master/deployments/scheduler/admission-controller.yaml).
+Now we can deploy the admission controller as a service. This will 
automatically validate/modify incoming requests and objects, respectively, in 
accordance with the [example in Deploy the Scheduler](#deploy-the-scheduler). 
See the contents of the admission controller deployment and service in 
[admission-controller.yaml](https://github.com/apache/yunikorn-k8shim/blob/master/deployments/scheduler/admission-controller.yaml).
 
 ```
 kubectl create -f deployments/scheduler/admission-controller.yaml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to