Skip to content

Commit 0e1dc80

Browse files
committed
Add Algolia
1 parent ab5eca5 commit 0e1dc80

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.vitepress/config.mts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const settings = {
88
description: {
99
short:
1010
'Easily Deploy a Docker Swarm or Compose Stack File to a Remote Host over SSH from the Actions Workspace.',
11-
long: 'Easily Deploy a Docker Swarm Stack or Compose Stack File to a Remote Host over SSH with Keyfile or Password Authentication from the Actions Workspace.',
11+
long: 'Easily Deploy a Docker Swarm or Compose Stack File to a Remote Docker host over SSH with Keyfile or Password Authentication from the Actions Workspace.',
1212
},
1313
image: '/images/logo/logo512.png',
1414
color: '#0064FC',
@@ -122,8 +122,8 @@ export default defineConfig({
122122
base: '/guides',
123123
items: [
124124
{ text: 'Get Started', link: '/get-started' },
125-
{ text: 'Features', link: '/features' },
126125
{ text: 'Examples', link: '/examples' },
126+
{ text: 'Features', link: '/features' },
127127
//
128128
],
129129
},
@@ -158,13 +158,13 @@ export default defineConfig({
158158
},
159159

160160
search: {
161-
provider: 'local',
162-
// provider: 'algolia',
163-
// options: {
164-
// appId: '92WIHGWBPF',
165-
// apiKey: '17f27bbfbb03ba96e4ca53714e29fe62',
166-
// indexName: 'stack-deploy-docs',
167-
// },
161+
// provider: 'local',
162+
provider: 'algolia',
163+
options: {
164+
appId: 'EW5LL0AH1S',
165+
apiKey: '3f12593e3e1384f0a82282a8d8eb2e47',
166+
indexName: 'docker-stack-deploy-docs',
167+
},
168168
},
169169

170170
// footer: {

docs/guides/get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ prev:
66

77
# Getting Started
88

9+
<span style="display:none;/*Search Keywords*/">install setup</span>
10+
911
To get started, create or update your [workflow file](#workflow) and review the [usage](#secrets).
1012

1113
## Workflow

0 commit comments

Comments
 (0)