Skip to content

Commit

Permalink
docs: Advanced setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 11, 2023
1 parent e58007e commit c382c4d
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 31 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
18 changes: 2 additions & 16 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# AREA
# Area

## Team

### Frontend

| [<img src="https://github.com/Tomi-Tom.png?size=85" width=85><br><sub>Tom BARITEAU--PETER</sub>](https://github.com/Tomi-Tom) | [<img src="https://github.com/axel-denis.png?size=85" width=85><br><sub>Axel DENIS</sub>](https://github.com/axel-denis)
|:---:| :---: |

### Backend

| [<img src="https://github.com/Croos3r.png?size=85" width=85><br><sub>Dorian MOY</sub>](https://github.com/Croos3r) | [<img src="https://github.com/EdenComp.png?size=85" width=85><br><sub>Florian LAUCH</sub>](https://github.com/EdenComp)
|:---:| :---: |

### Full-stack & Project manager
| [<img src="https://github.com/RezaRahemtola.png?size=85" width=85><br><sub>Reza Rahemtola</sub>](https://github.com/RezaRahemtola)
| :---: |
Home page
11 changes: 11 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- General

- [The project](/project)
- [Getting started](/getting-started)

- Architecture

- [Supervisor](architecture/supervisor)
- [DevOps](architecture/devops)

- [Changelog](/CHANGELOG)
1 change: 1 addition & 0 deletions docs/architecture/devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# DevOps
1 change: 1 addition & 0 deletions docs/architecture/supervisor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Supervisor
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Getting started
47 changes: 32 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<meta charset="UTF-8">
<title>Area</title>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="Description" name="description">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport">
<link href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" rel="stylesheet">
<link
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
rel="stylesheet"
title="docsify-darklight-theme"
type="text/css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<div id="app"></div>
<script>
window.$docsify = {
name: "Area",
repo: "RezaRahemtola/Area",
loadSidebar: true,
auto2top: true,
subMaxLevel: 2,
search: {
paths: "auto"
}
};
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript">
</script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The project

0 comments on commit c382c4d

Please sign in to comment.