Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated sidebar and prod dockerfile #225

Merged
merged 11 commits into from
Oct 23, 2024
2 changes: 1 addition & 1 deletion prod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.0-alpine3.15 as builder
FROM node:18.2.0-alpine as builder
WORKDIR /build
COPY package.json ./
COPY package-lock.json ./
Expand Down
10 changes: 4 additions & 6 deletions versioned_sidebars/version-1.3.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
"get-started/prerequisites/prerequisites-gateway-node-label",
"get-started/prerequisites/prerequisites-configure-helm-repository",
"get-started/prerequisites/prerequisites-install-istio"


]
}

Expand Down Expand Up @@ -214,8 +212,8 @@
"collapsed": true,
"link": {
"type": "generated-index",
"title": "use-case",
"description": "The use case section provides details the use cases applicable to kubeslice",
"title": "Use Cases",
"description": "This section describes use cases for KubeSlice. Use cases offer a framework for articulating functional requirements within the framework of business and system processes. We will continue adding more KubeSlice use cases to this section.",
"keywords": [
"kubeslice"
]
Expand All @@ -227,8 +225,8 @@
"collapsed": true,
"link": {
"type": "generated-index",
"title": "use-case",
"description": "The use case section provides details the use cases applicable to kubeslice",
"title": "Distributed MongoDB",
"description": "This section provides the use case related to distributed MongoDB over multi cloud/clusters.",
"keywords": [
"kubeslice"
]
Expand Down
Loading