Skip to content

Commit 0d62a80

Browse files
committed
Setup for deployment.
1 parent c0e28f1 commit 0d62a80

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: docusaurus.config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: 'Zeus documentation',
10-
tagline: 'Documentation for users, developers, designers of Zeus',
11-
url: 'https://your-docusaurus-test-site.com',
10+
tagline: 'Zeus node manager official documentation',
11+
url: 'https://docs.zeusln.app/',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
@@ -18,6 +18,7 @@ const config = {
1818
// If you aren't using GitHub pages, you don't need these.
1919
organizationName: 'ZeusLN', // Usually your GitHub org/user name.
2020
projectName: 'zeus-docs', // Usually your repo name.
21+
// deploymentBranch: '',
2122

2223
// Even if you don't use internalization, you can use this field to set useful
2324
// metadata like html lang. For example, if your site is Chinese, you may want

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus-docs",
3-
"version": "0.0.0",
3+
"version": "0.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)