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

[WAZO-3816] uc-doc migration #768

Merged
merged 22 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
66ad9af
docs(uc-doc): migrate from old to new website
chartrandf Oct 25, 2024
757251e
docs(uc-doc): move introduction contents to index
chartrandf Oct 25, 2024
92686c8
docs(uc-doc): remove in content table of content
chartrandf Oct 25, 2024
56ecedd
docs(uc-doc): migrate remaining introduction
chartrandf Oct 25, 2024
e3fb52b
style: add Card & CardList
chartrandf Oct 25, 2024
dc4193d
docs(uc-doc): improve listing only page
chartrandf Oct 25, 2024
ddfadee
style(uc-doc): better labels for main sidebar
chartrandf Oct 25, 2024
d8cfa5e
docs(uc-doc): improve sidebar + move few archives
chartrandf Oct 25, 2024
22ee82b
chore(uc-doc): keep content sync with old version
chartrandf Oct 28, 2024
1a0a13e
style(gastby): make parent element of table of content clickable
chartrandf Nov 11, 2024
079d59e
refactor(gatsby): also apply redirect to old website
chartrandf Nov 11, 2024
2231234
style: add uc-doc to header
chartrandf Nov 12, 2024
adc9362
build(docusaurus): add volumes for uc-doc folder
chartrandf Nov 12, 2024
8d0eeda
fix: md syntax
Romej Nov 12, 2024
fc60ea1
fix: redirects
Romej Nov 12, 2024
b159c7c
build: upgrade linter
chartrandf Nov 12, 2024
e7e5bf5
style: lint markdown files
chartrandf Nov 12, 2024
ae4dca2
style(docusaurus): change documentation dropdown
chartrandf Nov 12, 2024
f41317a
build(docusaurus): rewrite links that use redirects
chartrandf Nov 12, 2024
38454ab
style: lint new content
chartrandf Nov 12, 2024
1addab3
build: run node 18.18.2 and rollback gatsby-node.ts to js
chartrandf Nov 12, 2024
9fc1837
build(docker): mount prettierignore
chartrandf Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
corepack enable
cd website
yarn install --immutable
yarn lint
yarn build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public
config.js
config-wazo.js
content/blog/*
content/uc-doc/*

# Mac files
.DS_Store
Expand Down
14 changes: 14 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @todo: when migration done... rewrite theses file to .mdx and remove
website/uc-doc/administration/index.md
website/uc-doc/system/index.md
website/uc-doc/ecosystem/index.md
website/uc-doc/contributors/provisioning/index.md
website/uc-doc/contributors/index.md
website/uc-doc/contact_center/index.md
website/uc-doc/api_sdk/rest_api/webhookd/index.md
website/uc-doc/api_sdk/rest_api/sysconfd/index.md
website/uc-doc/api_sdk/rest_api/index.md
website/uc-doc/api_sdk/rest_api/confd/index.md
website/uc-doc/api_sdk/rest_api/changelog.md
website/uc-doc/api_sdk/index.md
website/uc-doc/index.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From https://github.com/docker-library/docs/blob/master/eclipse-temurin/README.md#using-a-different-base-image
FROM node:18.5.0-bullseye-slim AS build-node
FROM node:18.18.2-bullseye-slim AS build-node
ENV LANG=en_US.UTF-8
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["static/**/*", ".docusaurus/**/*", "package.json"]
"ignore": ["static/**/*", ".docusaurus/**/*", "package.json", "build"]
},
"organizeImports": {
"enabled": true
Expand Down
6 changes: 0 additions & 6 deletions content/uc-doc/administration/contact_directories/index.md

This file was deleted.

36 changes: 0 additions & 36 deletions content/uc-doc/administration/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions content/uc-doc/administration/interconnections/index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/uc-doc/administration/provisioning/index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/uc-doc/administration/users/index.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/uc-doc/api_sdk/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/uc-doc/api_sdk/mobile/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/uc-doc/api_sdk/rest_api/changelog.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/uc-doc/api_sdk/rest_api/confd/index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/uc-doc/api_sdk/rest_api/index.md

This file was deleted.

20 changes: 0 additions & 20 deletions content/uc-doc/api_sdk/rest_api/sysconfd/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/uc-doc/api_sdk/rest_api/webhookd/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/uc-doc/attribution.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/uc-doc/changelog.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/uc-doc/contact_center/index.md

This file was deleted.

23 changes: 0 additions & 23 deletions content/uc-doc/contact_center/introduction.md

This file was deleted.

23 changes: 0 additions & 23 deletions content/uc-doc/contributors/index.md

This file was deleted.

13 changes: 0 additions & 13 deletions content/uc-doc/contributors/provisioning/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/uc-doc/ecosystem/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/uc-doc/high_availability/index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/uc-doc/index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/uc-doc/installation/index.md

This file was deleted.

22 changes: 0 additions & 22 deletions content/uc-doc/introduction.md

This file was deleted.

26 changes: 0 additions & 26 deletions content/uc-doc/system/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions content/uc-doc/system/wazo-auth/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/uc-doc/system/wazo-calld/index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/uc-doc/system/wazo-confd/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/uc-doc/system/wazo-confgend/introduction.md

This file was deleted.

Loading