We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2186cdc commit 0403d48Copy full SHA for 0403d48
2 files changed
docusaurus.config.js
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
7
/** @type {import('@docusaurus/types').Config} */
8
const config = {
9
title: 'drasyl',
10
- url: 'https://docs.drasyl.org',
+ url: 'https://docs.java.drasyl.org',
11
baseUrl: '/',
12
onBrokenLinks: 'throw',
13
onBrokenMarkdownLinks: 'warn',
@@ -33,7 +33,7 @@ const config = {
33
({
34
docs: {
35
sidebarPath: require.resolve('./sidebars.js'),
36
- editUrl: 'https://github.com/drasyl/docs.drasyl.org/blob/master',
+ editUrl: 'https://github.com/drasyl/docs.java.drasyl.org/blob/master',
37
lastVersion: '0.12',
38
versions: {
39
current: {
static/CNAME
@@ -1 +1 @@
1
-docs.drasyl.org
+docs.java.drasyl.org
0 commit comments