Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 77dd124a authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: remove all dummy link, blog add git CheatSheet and froggit docs

parent 58964f3e
No related branches found
No related tags found
1 merge request!25Resolve "add legals terms page"
Showing
with 71 additions and 42 deletions
File moved
File moved
---
sidebar_position: 1
---
# Tutorial Intro
Let's discover **Docusaurus in less than 5 minutes**.
## Getting Started
Get started by **creating a new site**.
Or **try Docusaurus immediately** with **[new.docusaurus.io](https://new.docusaurus.io)**.
## Generate a new site
Generate a new Docusaurus site using the **classic template**:
```shell
npx @docusaurus/init@latest init my-website classic
```
## Start your site
Run the development server:
```shell
cd my-website
npx docusaurus start
```
Your site starts at `http://localhost:3000`.
Open `docs/intro.md` and edit some lines: the site **reloads automatically** and display your changes.
......@@ -2,34 +2,13 @@
sidebar_position: 1
---
# Tutorial Intro
# La Doc de Froggit
Let's discover **Docusaurus in less than 5 minutes**.
🔜 Ça arrive !
## Getting Started
Get started by **creating a new site**.
Or **try Docusaurus immediately** with **[new.docusaurus.io](https://new.docusaurus.io)**.
## Generate a new site
Generate a new Docusaurus site using the **classic template**:
```shell
npx @docusaurus/init@latest init my-website classic
```
## Start your site
Run the development server:
```shell
cd my-website
npx docusaurus start
```
Your site starts at `http://localhost:3000`.
Open `docs/intro.md` and edit some lines: the site **reloads automatically** and display your changes.
Mais en attendant vous pouvez consulter les docs officiels de :
- [Gitlab](https://docs.gitlab.com/)
- [GitLab-CI](https://docs.gitlab.com/ee/ci/index.html)
- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/index.html)
- [GitLab registre de conteneurs](https://docs.gitlab.com/ee/user/packages/container_registry/index.html)
- [Mattemost](https://docs.mattermost.com/guides/channels.html)
......@@ -10,8 +10,8 @@ module.exports = {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon/favicon.ico",
organizationName: "facebook", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.
organizationName: "froggit/www", // Usually your GitHub org/user name.
projectName: "froggit.fr", // Usually your repo name.
themeConfig: {
navbar: {
title: "Froggit",
......@@ -20,17 +20,21 @@ module.exports = {
src: "img/logo_froggit.svg",
},
items: [
{to: "/#features", label: "✨ Fonctionnalités", position: "left"},
{to: "/faq", label: "❓ FAQ", position: "left"},
{to: "/dummy_page", label: "💰 Tarifs", position: "left"},
{to: "/blog", label: "Blog", position: "left"},
{type: "doc", docId: "intro", position: "left", label: "📔 Doc",},
{label: "✨ Fonctionnalités", position: "left", to: "/#features"},
{label: "❓ FAQ", position: "left", to: "/faq"},
{label: "💰 Tarifs", position: "left", to: "/tarifs"},
{label: "📔 Doc", position: "left", type: "doc", docId: "intro", },
{
href: "https://lab.frogg.it/users/sign_in",
label: "Connexion",
label: "🎁 Antisèche git",
position: "left",
href: "https://lydra.systeme.io/froggit-inscription",
},
{
label: "👤 Connexion",
position: "right",
href: "https://lab.frogg.it/users/sign_in",
},
{to: "/dummy_page", label: "S'enregister", position: "right"},
{label: "🚀 S'enregister", position: "right", to: "/tarifs"},
],
},
footer: {
......@@ -78,7 +82,7 @@ module.exports = {
{
title: "Support",
items: [
{
{
label: "🛎️ Contact",
to: "/contacts",
},
......@@ -139,13 +143,13 @@ module.exports = {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
editUrl:
"https://github.com/facebook/docusaurus/edit/master/website/",
"https://lab.frogg.it/froggit/www/froggit.fr/-/tree/master",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
"https://github.com/facebook/docusaurus/edit/master/website/blog/",
"https://lab.frogg.it/froggit/www/froggit.fr/-/tree/master/blog/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
......
---
title: "Tarifs"
description: "Les tarifs de Froggit"
keywords: Lydra, SaaS, pricing, tarifs
---
# Les tarifs de Froggit
🔜 Ça arrive !
[Mais en attendant rejoingez la beta !](http://beta.froggit.fr/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment