Skip to content

Commit 518f3be

Browse files
authored
Minor copy and layout changes (#223)
* Minor copy and layout changes
1 parent 3a84eba commit 518f3be

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = {
179179
},
180180
nav: [
181181
{
182-
text: "Docs",
182+
text: "Documentation",
183183
link: "/introduction/",
184184
},
185185
{
@@ -249,7 +249,7 @@ module.exports = {
249249
],
250250
},
251251
{
252-
title: "Docs",
252+
title: "Documentation",
253253
children: [
254254
{
255255
text: "Introduction",
@@ -282,7 +282,7 @@ module.exports = {
282282
],
283283
},
284284
{
285-
title: "Blog",
285+
title: "Resources",
286286
children: [
287287
{
288288
text: "Case Studies",

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ features:
1212
details: "As lightweight and compact as you need it to be, LDK performs on small-footprint devices and scales in the cloud."
1313
image: "focus"
1414
- title: "Any language, any platform"
15-
details: "LDK provides a multi-language native API. Run a Lightning node on mobile, web browsers, HSMs, LSPs, or your existing infrastructure."
15+
details: "LDK provides a multi-language native API. Run a Lightning node on mobile, web, HSMs, LSPs, or your existing infrastructure."
1616
image: "mobile"
1717
promo: true
1818
promoImage: "customizable"

package-lock.json

Lines changed: 7 additions & 7 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
@@ -30,7 +30,7 @@
3030
"linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port"
3131
},
3232
"devDependencies": {
33-
"@spiralbtc/vuepress-devkit-theme": "^0.15.0",
33+
"@spiralbtc/vuepress-devkit-theme": "^0.17.0",
3434
"broken-link-checker": "0.7.8",
3535
"serve": "14.2.0",
3636
"start-server-and-test": "2.0.0",

0 commit comments

Comments
 (0)