Skip to content

Commit

Permalink
Revert "Update npm & add docker build + CI"
Browse files Browse the repository at this point in the history
This reverts commit 0de3394.
  • Loading branch information
Fyreum committed Jul 14, 2024
1 parent 0de3394 commit 62a07b4
Show file tree
Hide file tree
Showing 13 changed files with 17,619 additions and 23,335 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/build-docker-image.yml

This file was deleted.

45 changes: 0 additions & 45 deletions Dockerfile

This file was deleted.

4 changes: 4 additions & 0 deletions docs/aergia/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Aergia",
"position": 5
}
8 changes: 8 additions & 0 deletions docs/aergia/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Introduction
sidebar_position: 1
---

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/04a36ea6843b424cad036d849b60505d)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=DRE2N/Aergia&utm_campaign=Badge_Grade)

ChatChannel, Groups, Utility-Commands, Placeholders and more
10 changes: 10 additions & 0 deletions docs/aergia/placeholders.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Placeholders
sidebar_position: 2
---

:::note

This page is currently empty.

:::
4 changes: 0 additions & 4 deletions docs/dreships/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/dreships/intro.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/dungeonsxl/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "DungeonsXL",
"position": 2
"position": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Main Configuration
sidebar_position: 3
---

```yaml
```
# Main configuration of DungeonsXL (config.yml in DungeonsXL folder)
# Don't edit this one.
Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/vsDark');
const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Erethon Docs',
tagline: 'Official Erethon documentation',
url: 'https://erethon.de',
baseUrl: '/docs/',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down Expand Up @@ -76,9 +76,9 @@ const config = {
},
{
type: 'doc',
docId: 'dreships/intro',
docId: 'aergia/intro',
position: 'left',
label: 'DREShips',
label: 'Aergia',
},
{
type: 'doc',
Expand Down
Loading

0 comments on commit 62a07b4

Please sign in to comment.