Skip to content

Commit 2e439ab

Browse files
committed
docs(documentation): remove Getting started since they are all outdated
1 parent 77b50b0 commit 2e439ab

File tree

140 files changed

+0
-108805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+0
-108805
lines changed

.ci/test-docs.sh

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,3 @@ docker-compose -f ./doc/docker-compose.yml pull
99
docker-compose -f ./doc/docker-compose.yml run doc-tests node index
1010
EXIT=$?
1111
docker-compose -f ./doc/docker-compose.yml down
12-
13-
docker-compose -f ./doc/docker-compose.yml up -d kuzzle
14-
15-
until $(curl --output /dev/null --silent --head --fail http://localhost:7512); do
16-
printf '.'
17-
sleep 5
18-
done
19-
20-
cd ${here}/../doc/7/getting-started/.react/with-redux
21-
npm ci
22-
SKIP_PREFLIGHT_CHECK=true npm run start &
23-
until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
24-
printf '.'
25-
sleep 5
26-
done
27-
npm run test
28-
kill $(lsof -t -i:3000)
29-
30-
cd ${here}/../doc/7/getting-started/.react/standalone
31-
npm ci
32-
SKIP_PREFLIGHT_CHECK=true npm run start &
33-
until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
34-
printf '.'
35-
sleep 5
36-
done
37-
npm run test
38-
39-
cd ${here}/../doc/7/getting-started/.vuejs
40-
npm ci
41-
npm run serve-standalone &
42-
until $(curl --output /dev/null --silent --head --fail http://localhost:8080); do
43-
printf '.'
44-
sleep 5
45-
done
46-
npm run test
47-
48-
cd ${here}/../doc/7/getting-started/.react-native
49-
# Here we use install instead of ci because expo-cli cannot be installed with ci
50-
npm install
51-
npm run web &
52-
until $(curl --output /dev/null --silent --head --fail http://localhost:19006); do
53-
printf '.'
54-
sleep 5
55-
done
56-
npm run test
57-
58-
cd ${here}
59-
docker-compose -f ./doc/docker-compose.yml down
60-
61-
exit $EXIT

.github/actions/tests-ac/action.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/pull_request.workflow.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -81,34 +81,6 @@ jobs:
8181
with:
8282
CYPRESS_RECORD_KEY_DOC: ${{ secrets.CYPRESS_RECORD_KEY_DOC }}
8383

84-
admin-console-tests:
85-
name: Admin Console Tests
86-
runs-on: ubuntu-20.04
87-
needs: [unit-tests]
88-
strategy:
89-
matrix:
90-
node-version: ["16", "18"]
91-
steps:
92-
- uses: actions/checkout@v3
93-
- name: Cache node modules
94-
uses: actions/cache@v3
95-
env:
96-
cache-name: cache-node-modules
97-
with:
98-
path: ~/.npm
99-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
100-
restore-keys: |
101-
${{ runner.os }}-build-${{ env.cache-name }}-
102-
${{ runner.os }}-build-
103-
${{ runner.os }}-
104-
- uses: actions/setup-node@v1
105-
with:
106-
node-version: ${{ matrix.node-version }}
107-
- uses: ./.github/actions/tests-ac
108-
with:
109-
sdk-version: 7
110-
cypress-key: ${{ secrets.CYPRESS_RECORD_KEY }}
111-
11284
documentation-snippet-tests:
11385
name: Documentation Snippet Tests
11486
needs: [unit-tests]

doc/7/getting-started/.react-native/.expo-shared/assets.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/7/getting-started/.react-native/.gitignore

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/7/getting-started/.react-native/App.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

doc/7/getting-started/.react-native/app.json

Lines changed: 0 additions & 30 deletions
This file was deleted.
-1.07 KB
Binary file not shown.
-7.01 KB
Binary file not shown.

doc/7/getting-started/.react-native/babel.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)