Skip to content

Commit e0e0bc5

Browse files
authored
Merge pull request lightningdevkit#9 from grizznaut/fix-vuepress-config
Fix vuepress config
2 parents 0323df0 + 42804c9 commit e0e0bc5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@ const blogSidebar = [
5858

5959
module.exports = {
6060
title,
61-
description: 'LDK is a flexible lightning implementation with supporting batteries (or modules).',
61+
description: 'PDK is a Payjoin implementation with supporting modules.',
6262
theme: resolve(__dirname, '../../node_modules/@spiralbtc/vuepress-devkit-theme'),
6363
...themeConfig({
6464
baseUrl,
6565
title,
6666
themeColor,
67-
tags: ['Bitcoin', 'Lightning', 'LDK', 'Lightning Dev Kit', 'Documentation']
67+
tags: ['Bitcoin', 'Payjoin', 'PDK', 'Payjoin Dev Kit', 'Documentation']
6868
}),
6969
themeConfig: {
7070
domain: baseUrl,
7171
logo: '/img/logo.svg',
7272
displayAllHeaders: false,
73-
repo: 'lightningdevkit/lightningdevkit.org',
73+
repo: 'payjoin/payjoindevkit.org',
7474
docsDir: 'docs',
7575
docsBranch: 'main',
7676
editLinks: true,
7777
sidebarDepth: 0,
7878
algolia: {
79-
indexName: 'lightningdevkit',
79+
indexName: 'payjoindevkit',
8080
appId: 'BH4D9OD16A',
8181
apiKey: '17ed8a4e16a1cb7d94da4e96f2ff817f',
8282
// See https://www.algolia.com/doc/api-reference/api-parameters/
@@ -175,7 +175,7 @@ module.exports = {
175175
]
176176
}
177177
],
178-
copyright: 'Copyright © 2023 PDK Developers'
178+
copyright: 'Copyright © 2024 PDK Developers'
179179
}
180180
}
181181
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "payjoindevkit.org",
33
"version": "0.0.1",
44
"description": "Payjoin Dev Kit Documentation",
5-
"author": "Lightning Dev Kit",
5+
"author": "Payjoin Dev Kit",
66
"license": "MIT",
77
"bugs": "https://github.com/payjoin/payjoindevkit.org/issues",
88
"homepage": "https://payjoindevkit.org",

0 commit comments

Comments
 (0)