Skip to content

Commit

Permalink
Modification page d'accueil et suppression onglets inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetermann committed Jan 12, 2024
1 parent 7fbb334 commit 46adabb
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 61 deletions.
44 changes: 22 additions & 22 deletions docs/.vitepress/cache/deps/@theme_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"hash": "bdfe5de7",
"browserHash": "c520f13a",
"hash": "cde7fb3d",
"browserHash": "f16e27a3",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "9aa741b9",
"fileHash": "1b4f063c",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "1d99e75e",
"fileHash": "7efd0939",
"needsInterop": false
},
"@theme/index": {
"src": "../../../../node_modules/vitepress/dist/client/theme-default/index.js",
"file": "@theme_index.js",
"fileHash": "d41dff94",
"fileHash": "712aa4a7",
"needsInterop": false
}
},
Expand Down
7 changes: 4 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ export default {
base: "/materiel/",
nav: [
{ text: "About", link: "/about" },
{ text: "Contact", link: "/contact" },
{ text: "Guide", link: "/guide" },
{ text: "Configs", link: "/configs" },

// { text: "Contact", link: "/contact" },
// { text: "Guide", link: "/guide" },
// { text: "Configs", link: "/configs" },
],
sidebar: [
{
Expand Down
38 changes: 7 additions & 31 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
---
layout: home
# L'objectif de ce site
L'objectif principal de ce site est de permettre aux élèves et aux enseignants de mieux comprendre et d'accéder à toutes les informations pertinentes concernant le matériel qu'ils ont loué.

hero:
name: Adocs
text: Static docs template built with VitePress.
image:
src: /logo_big.svg
alt: Adocs logo
tagline: A free to use template for creating docs for your projects
actions:
- theme: brand
text: Get Started
link: /about.md
- theme: alt
text: View on GitHub
link: https://github.com/evavic44/adocs-template

<br>

features:
- icon: ⚡️
title: Adocs, The DX that can't be beat
details: Lorem ipsum...
- icon: 🎉
title: Power of Vue meets Markdown
details: Lorem ipsum...
- icon: 🔥
title: Simple and minimal, always
details: Lorem ipsum...
- icon: 🎀
title: Stylish and cool
details: Lorem ipsum...
---
### Se trouve sur le site:
- Tous le matériel, trié par catégorie, comme existant sur Syspre, ici se trouvera en plus des images, ainsi qu’une description du matériel.
- Quelques points importants à prendre en compte (exemple: caméra ne prend pas le son)
- arborescence du matériel liés (ex: pour caméra: batterie --> camera --> lens)

0 comments on commit 46adabb

Please sign in to comment.