Skip to content

Commit 200a5b8

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Update already existing pages and start to work on Projects and Services pages.
1 parent cc5f29d commit 200a5b8

Some content is hidden

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

61 files changed

+14883
-9941
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "mdx",
3+
"permalink": "/About/Sylvain%20copy",
4+
"source": "@site/src/pages/About/Sylvain copy.mdx",
5+
"description": "alt text",
6+
"frontMatter": {},
7+
"unlisted": false
8+
}

.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,9 @@
636636
"unlisted": false
637637
},
638638
{
639-
"type": "mdx",
639+
"type": "jsx",
640640
"permalink": "/About/Sylvain",
641-
"source": "@site/src/pages/About/Sylvain.mdx",
642-
"description": "alt text",
643-
"frontMatter": {},
644-
"unlisted": false
641+
"source": "@site/src/pages/About/Sylvain.tsx"
645642
},
646643
{
647644
"type": "mdx",

.docusaurus/registry.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default [
149149
},
150150
{
151151
path: '/About/Sylvain',
152-
component: ComponentCreator('/About/Sylvain', 'f02'),
152+
component: ComponentCreator('/About/Sylvain', '319'),
153153
exact: true
154154
},
155155
{

.docusaurus/routesChunkNames.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@
196196
},
197197
"content": "content---about-nour-118-4df"
198198
},
199-
"/About/Sylvain-f02": {
200-
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
199+
"/About/Sylvain-319": {
200+
"__comp": "__comp---site-src-pages-about-sylvain-tsx-603-fe2",
201201
"__context": {
202202
"plugin": "plugin---about-19-c-ed1"
203203
},
204-
"content": "content---about-sylvain-4-b-7-3f3"
204+
"config": "config---about-5-e-9-bcb"
205205
},
206206
"/About/Thorsten-e65": {
207207
"__comp": "__comp---theme-mdx-page-1-f-3-b90",

package-lock.json

+36-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"postcss": "^8.4.38",
2626
"prism-react-renderer": "^2.3.0",
2727
"react": "^18.0.0",
28-
"react-dom": "^18.0.0"
28+
"react-dom": "^18.0.0",
29+
"react-markdown": "^9.0.1"
2930
},
3031
"devDependencies": {
3132
"@docusaurus/module-type-aliases": "3.1.1",

src/components/AboutQS/index.tsx

-22
This file was deleted.

src/components/AboutQS/styles.module.css

-38
This file was deleted.

src/components/Header/index.tsx

-50
This file was deleted.

src/components/Header/styles.module.css

-84
This file was deleted.

0 commit comments

Comments
 (0)