Skip to content

Commit e7603aa

Browse files
committed
Fix vuepress config
Addresses payjoin/payjoindevkit.org#7 and removes leftover references to LDK
1 parent 0323df0 commit e7603aa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 4 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/

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)