Skip to content

Commit

Permalink
Minor copy and layout changes (#223)
Browse files Browse the repository at this point in the history
* Minor copy and layout changes
  • Loading branch information
ConorOkus authored Aug 31, 2023
1 parent 3a84eba commit 518f3be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {
},
nav: [
{
text: "Docs",
text: "Documentation",
link: "/introduction/",
},
{
Expand Down Expand Up @@ -249,7 +249,7 @@ module.exports = {
],
},
{
title: "Docs",
title: "Documentation",
children: [
{
text: "Introduction",
Expand Down Expand Up @@ -282,7 +282,7 @@ module.exports = {
],
},
{
title: "Blog",
title: "Resources",
children: [
{
text: "Case Studies",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features:
details: "As lightweight and compact as you need it to be, LDK performs on small-footprint devices and scales in the cloud."
image: "focus"
- title: "Any language, any platform"
details: "LDK provides a multi-language native API. Run a Lightning node on mobile, web browsers, HSMs, LSPs, or your existing infrastructure."
details: "LDK provides a multi-language native API. Run a Lightning node on mobile, web, HSMs, LSPs, or your existing infrastructure."
image: "mobile"
promo: true
promoImage: "customizable"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port"
},
"devDependencies": {
"@spiralbtc/vuepress-devkit-theme": "^0.15.0",
"@spiralbtc/vuepress-devkit-theme": "^0.17.0",
"broken-link-checker": "0.7.8",
"serve": "14.2.0",
"start-server-and-test": "2.0.0",
Expand Down

0 comments on commit 518f3be

Please sign in to comment.