Skip to content

Commit

Permalink
Upgrade and refactor to SvelteKit 1.0.0-next.406 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein committed Aug 18, 2022
1 parent 1a2d5f2 commit d77af91
Show file tree
Hide file tree
Showing 28 changed files with 336 additions and 90 deletions.
File renamed without changes.
File renamed without changes.
Binary file added contents/coast-228x228.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: Documentation de référence interne
- processus de recrutement
- ...

Pour avoir example, vous pouvez consulter la page [« Que contient le handbook de GitLab ? »](./011-analyse-du-handbook-de-gitlab).
Pour avoir example, vous pouvez consulter la page [« Que contient le handbook de GitLab ? »](../011-analyse-du-handbook-de-gitlab/).

## Qui a besoin d'une documentation de référence interne ?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Équipement

# Équipement

<img src="./images/office.jpg" alt="Office" style="margin: 2rem auto; display: block; width: 100%" />
<img src="./office.jpg" alt="Office" style="margin: 2rem auto; display: block; width: 100%" />

- Bureau chez moi :
- Le bureau assis/debout que j'ai chez moi : [Ikea SKARSTA](https://www.ikea.com/fr/fr/p/skarsta-bureau-assis-debout-blanc-s59324818/) à 199 €<br />
Expand Down
File renamed without changes
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.38",
"@sveltejs/kit": "1.0.0-next.401",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.408",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"autoprefixer": "10.4.8",
Expand All @@ -35,8 +35,13 @@
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "3.0.7",
"vite-imagetools": "^4.0.4",
"vite-plugin-svelte-md": "0.1.6"
"vite-imagetools": "^4.0.4"
},
"type": "module"
"type": "module",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1"
}
}
Loading

0 comments on commit d77af91

Please sign in to comment.