Skip to content

Commit

Permalink
Merge branch 'thunes' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Téo le Dozo committed Aug 28, 2023
2 parents ee0b25f + 7029f43 commit b272061
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/01-accueil.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
slug: /
---

# Bienvenue sur le wiki CASPAR DB
# Bienvenue sur le wiki Azur Wiki

:::info 🚧 Le site est en construction !
:::
Expand All @@ -20,7 +20,7 @@ De plus, vous trouverez une liste des aides / réductions / dons en nature auxqu

Ce wiki est une manière pour nous de centraliser toutes nos connaissances en informatique et autres tips. Il y a encore beaucoup de travail alors n'hésitez pas à participer sur GitHub !

Vous pouvez [ouvrir une issue](https://github.com/haysberg/random-veille/issues/new) pour suggérer de nouvelles parties si vous le souhaitez !
Vous pouvez [ouvrir une issue](https://github.com/haysberg/azurwiki/issues/new) pour suggérer de nouvelles parties si vous le souhaitez !

On espère que vous aimerez nous lire !

Expand Down
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'CASPAR DB',
title: 'Azur Wiki',
tagline: 'Un wiki en Français',
favicon: 'img/sunglasis.webp',

// Set the production url of your site here
url: 'https://haysberg.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/random-veille',
baseUrl: '/azurwiki',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'haysberg', // Usually your GitHub org/user name.
projectName: 'random-veille', // Usually your repo name.
projectName: 'azurwiki', // Usually your repo name.
deploymentBranch: 'gh-pages',
trailingSlash: false,

Expand All @@ -44,7 +44,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/haysberg/random-veille/tree/main/docs',
'https://github.com/haysberg/azurwiki/tree/main/docs',
},
blog: false,
pages: false,
Expand All @@ -61,9 +61,9 @@ const config = {
// Replace with your project's social card
image: 'img/hacking_banner.gif',
navbar: {
title: 'CASPAR DB',
title: 'Azur Wiki',
logo: {
alt: 'CASPAR DB',
alt: 'Azur Wiki',
src: 'img/pepehack.gif',
},
items: [
Expand All @@ -74,7 +74,7 @@ const config = {
// label: 'Tutorial',
// },
{
href: 'https://github.com/haysberg/random-veille',
href: 'https://github.com/haysberg/azurwiki',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -115,7 +115,7 @@ const config = {
// items: [
// {
// label: 'GitHub',
// href: 'https://github.com/haysberg/random-veille',
// href: 'https://github.com/haysberg/azurwiki',
// },
// ],
// },
Expand Down

0 comments on commit b272061

Please sign in to comment.