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 @@ ...@@ -2,34 +2,13 @@
sidebar_position: 1 sidebar_position: 1
--- ---
# Tutorial Intro # La Doc de Froggit
Let's discover **Docusaurus in less than 5 minutes**. 🔜 Ça arrive !
## Getting Started Mais en attendant vous pouvez consulter les docs officiels de :
- [Gitlab](https://docs.gitlab.com/)
Get started by **creating a new site**. - [GitLab-CI](https://docs.gitlab.com/ee/ci/index.html)
- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/index.html)
Or **try Docusaurus immediately** with **[new.docusaurus.io](https://new.docusaurus.io)**. - [GitLab registre de conteneurs](https://docs.gitlab.com/ee/user/packages/container_registry/index.html)
- [Mattemost](https://docs.mattermost.com/guides/channels.html)
## 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.
...@@ -10,8 +10,8 @@ module.exports = { ...@@ -10,8 +10,8 @@ module.exports = {
onBrokenLinks: "throw", onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn", onBrokenMarkdownLinks: "warn",
favicon: "img/favicon/favicon.ico", favicon: "img/favicon/favicon.ico",
organizationName: "facebook", // Usually your GitHub org/user name. organizationName: "froggit/www", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name. projectName: "froggit.fr", // Usually your repo name.
themeConfig: { themeConfig: {
navbar: { navbar: {
title: "Froggit", title: "Froggit",
...@@ -20,17 +20,21 @@ module.exports = { ...@@ -20,17 +20,21 @@ module.exports = {
src: "img/logo_froggit.svg", src: "img/logo_froggit.svg",
}, },
items: [ items: [
{to: "/#features", label: "✨ Fonctionnalités", position: "left"}, {label: "✨ Fonctionnalités", position: "left", to: "/#features"},
{to: "/faq", label: "❓ FAQ", position: "left"}, {label: "❓ FAQ", position: "left", to: "/faq"},
{to: "/dummy_page", label: "💰 Tarifs", position: "left"}, {label: "💰 Tarifs", position: "left", to: "/tarifs"},
{to: "/blog", label: "Blog", position: "left"}, {label: "📔 Doc", position: "left", type: "doc", docId: "intro", },
{type: "doc", docId: "intro", position: "left", label: "📔 Doc",},
{ {
href: "https://lab.frogg.it/users/sign_in", label: "🎁 Antisèche git",
label: "Connexion", position: "left",
href: "https://lydra.systeme.io/froggit-inscription",
},
{
label: "👤 Connexion",
position: "right", 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: { footer: {
...@@ -78,7 +82,7 @@ module.exports = { ...@@ -78,7 +82,7 @@ module.exports = {
{ {
title: "Support", title: "Support",
items: [ items: [
{ {
label: "🛎️ Contact", label: "🛎️ Contact",
to: "/contacts", to: "/contacts",
}, },
...@@ -139,13 +143,13 @@ module.exports = { ...@@ -139,13 +143,13 @@ module.exports = {
sidebarPath: require.resolve("./sidebars.js"), sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo. // Please change this to your repo.
editUrl: editUrl:
"https://github.com/facebook/docusaurus/edit/master/website/", "https://lab.frogg.it/froggit/www/froggit.fr/-/tree/master",
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,
// Please change this to your repo. // Please change this to your repo.
editUrl: editUrl:
"https://github.com/facebook/docusaurus/edit/master/website/blog/", "https://lab.frogg.it/froggit/www/froggit.fr/-/tree/master/blog/",
}, },
theme: { theme: {
customCss: require.resolve("./src/css/custom.css"), 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