Skip to content

Commit 39b3dc3

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Start to work on the careers page.
1 parent 94042b9 commit 39b3dc3

37 files changed

+1142
-95
lines changed

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@
1515
"frontMatter": {
1616
"sidebar_position": 1
1717
},
18-
"sidebar": "tutorialSidebar",
19-
"next": {
20-
"title": "Hello",
21-
"permalink": "/docs/hello"
22-
}
18+
"sidebar": "tutorialSidebar"
2319
}

.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,10 @@
1515
"href": "/docs/intro",
1616
"docId": "intro",
1717
"unlisted": false
18-
},
19-
{
20-
"type": "link",
21-
"label": "Hello",
22-
"href": "/docs/hello",
23-
"docId": "hello",
24-
"unlisted": false
2518
}
2619
]
2720
},
2821
"docs": {
29-
"hello": {
30-
"id": "hello",
31-
"title": "Hello",
32-
"description": "This is my first Docusaurus document!",
33-
"sidebar": "tutorialSidebar"
34-
},
3522
"intro": {
3623
"id": "intro",
3724
"title": "Tutorial Intro",

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

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,6 @@
1919
"contentPath": "/home/fhaudin/dev/new.quantstack.github.io/docs",
2020
"contentPathLocalized": "/home/fhaudin/dev/new.quantstack.github.io/i18n/en/docusaurus-plugin-content-docs/current",
2121
"docs": [
22-
{
23-
"id": "hello",
24-
"title": "Hello",
25-
"description": "This is my first Docusaurus document!",
26-
"source": "@site/docs/hello.md",
27-
"sourceDirName": ".",
28-
"slug": "/hello",
29-
"permalink": "/docs/hello",
30-
"draft": false,
31-
"unlisted": false,
32-
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/hello.md",
33-
"tags": [],
34-
"version": "current",
35-
"frontMatter": {},
36-
"sidebar": "tutorialSidebar",
37-
"previous": {
38-
"title": "Tutorial Intro",
39-
"permalink": "/docs/intro"
40-
}
41-
},
4222
{
4323
"id": "intro",
4424
"title": "Tutorial Intro",
@@ -56,11 +36,7 @@
5636
"frontMatter": {
5737
"sidebar_position": 1
5838
},
59-
"sidebar": "tutorialSidebar",
60-
"next": {
61-
"title": "Hello",
62-
"permalink": "/docs/hello"
63-
}
39+
"sidebar": "tutorialSidebar"
6440
}
6541
],
6642
"drafts": [],
@@ -69,10 +45,6 @@
6945
{
7046
"type": "doc",
7147
"id": "intro"
72-
},
73-
{
74-
"type": "doc",
75-
"id": "hello"
7648
}
7749
]
7850
}

.docusaurus/docusaurus.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default {
139139
"html": "\n <div>\n <div class=\"social-media-links\">\n <a href=\"https://github.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our Github page\">\n <img src=\"img/socialmedias/GH.svg\" alt=\"Visit our GitHub page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://www.linkedin.com/company/quantstack/mycompany/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our LinkedIn page\">\n <img src=\"img/socialmedias/LinkedIn.svg\" alt=\"Visit our LinkedIn page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://twitter.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our X page\">\n <img src=\"img/socialmedias/X.svg\" alt=\"Visit our X page\" width=\"36\" height=\"36\" />\n </a>\n </div>\n <div class=\"office-address\">\n <b>QuantStack </b><br/>\n 16 avenue Curti <br/>\n 94 100 Saint Maur des Fossés <br/>\n France\n </div>\n </div>\n "
140140
}
141141
],
142-
"copyright": "Copyright © 2024 QuantStack's website, Inc. Built with Docusaurus.",
142+
"copyright": "Copyright © 2024 QuantStack Inc. - Built with Docusaurus.",
143143
"style": "light"
144144
},
145145
"prism": {

.docusaurus/globalData.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"path": "/docs",
1111
"mainDocId": "intro",
1212
"docs": [
13-
{
14-
"id": "hello",
15-
"path": "/docs/hello",
16-
"sidebar": "tutorialSidebar"
17-
},
1813
{
1914
"id": "intro",
2015
"path": "/docs/intro",

.docusaurus/registry.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,22 +199,16 @@ export default [
199199
},
200200
{
201201
path: '/docs',
202-
component: ComponentCreator('/docs', '644'),
202+
component: ComponentCreator('/docs', 'cc8'),
203203
routes: [
204204
{
205205
path: '/docs',
206-
component: ComponentCreator('/docs', '455'),
206+
component: ComponentCreator('/docs', 'aae'),
207207
routes: [
208208
{
209209
path: '/docs',
210-
component: ComponentCreator('/docs', '39e'),
210+
component: ComponentCreator('/docs', 'a32'),
211211
routes: [
212-
{
213-
path: '/docs/hello',
214-
component: ComponentCreator('/docs/hello', '7a8'),
215-
exact: true,
216-
sidebar: "tutorialSidebar"
217-
},
218212
{
219213
path: '/docs/intro',
220214
component: ComponentCreator('/docs/intro', 'aed'),

.docusaurus/routesChunkNames.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,23 +266,19 @@
266266
},
267267
"config": "config---about-5-e-9-bcb"
268268
},
269-
"/docs-644": {
269+
"/docs-cc8": {
270270
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
271271
"__context": {
272272
"plugin": "plugin---docs-006-b5c"
273273
}
274274
},
275-
"/docs-455": {
275+
"/docs-aae": {
276276
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
277277
"version": "version---docs-935-398"
278278
},
279-
"/docs-39e": {
279+
"/docs-a32": {
280280
"__comp": "__comp---theme-doc-roota-94-67a"
281281
},
282-
"/docs/hello-7a8": {
283-
"__comp": "__comp---theme-doc-item-178-a40",
284-
"content": "content---docs-hello-9-df-13a"
285-
},
286282
"/docs/intro-aed": {
287283
"__comp": "__comp---theme-doc-item-178-a40",
288284
"content": "content---docs-intro-0-e-3-be1"

docs/hello.md

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

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The `cd` command changes the directory you're working with. In order to work wit
4444

4545
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
4646

47-
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
47+
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.

0 commit comments

Comments
 (0)