Skip to content

Commit

Permalink
rename: more atomic naming scheme
Browse files Browse the repository at this point in the history
All files of the core guide (excl. individual bonus guides) are renamed
to be more specific and atomic, not including information about
the hierarchical navigation structure. This makes linsk less prone to
breaking if the overall guide structe is adjusted.
  • Loading branch information
Stadicus committed Nov 26, 2021
1 parent 8287e87 commit 08d125f
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 129 deletions.
2 changes: 1 addition & 1 deletion raspibolt_backstory.md → backstory.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Backstory
nav_order: 10
---
<!-- markdownlint-disable MD014 MD022 MD025 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Backstory
{: .no_toc }
Expand Down
4 changes: 2 additions & 2 deletions raspibolt_30_bitcoin.md → bitcoin-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ When upgrading, there might be breaking changes, or changes in the data structur
* There's no need to stop the application.
Simply install the new version and restart the service.

* Download, verify, extract and install the Bitcoin Core binaries as described in the [Bitcoin section](raspibolt_30_bitcoin.md) of this guide.
* Download, verify, extract and install the Bitcoin Core binaries as described in the [Bitcoin section](bitcoin-core.md) of this guide.

* Restart the Bitcoin Core systemd unit

Expand All @@ -438,4 +438,4 @@ When upgrading, there might be breaking changes, or changes in the data structur

---

Next: [Electrum >>](raspibolt_50_electrs.md)
Next: [Electrum >>](electrs.md)
2 changes: 1 addition & 1 deletion raspibolt_section_bitcoin.md → bitcoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 30
has_children: true
---
<!-- markdownlint-disable MD014 MD022 MD025 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Bitcoin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ layout: default
title: __________________________
nav_order: 99
---
<meta http-equiv="refresh" content="0; URL=raspibolt_60_bonus.html">
<meta http-equiv="refresh" content="0; URL=bonus-section.html">
File renamed without changes.
2 changes: 1 addition & 1 deletion raspibolt_55_explorer.md → btcrpcexplorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ Updating to a [new release](https://github.com/janoside/btc-rpc-explorer/release

---

Next: [Lightning >>](raspibolt_section_lightning.md)
Next: [Lightning >>](lightning.md)

7 changes: 0 additions & 7 deletions donate.md

This file was deleted.

2 changes: 1 addition & 1 deletion raspibolt_50_electrs.md → electrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ Make sure to check the [release notes](https://github.com/romanz/electrs/blob/ma
---
Next: [Blockchain Explorer >>](raspibolt_55_explorer.md)
Next: [Blockchain Explorer >>](btcrpcexplorer.md)
File renamed without changes.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Intro
nav_order: 1
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

![RaspiBolt Logo](images/raspibolt3-logo.png)

Expand Down Expand Up @@ -110,4 +110,4 @@ If you're looking for an older version of this guide, you can still check out th

---

Get started: [Backstory >>](raspibolt_backstory.md)
Get started: [Backstory >>](backstory.md)
2 changes: 1 addition & 1 deletion raspibolt_section_lightning.md → lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 40
has_children: true
---
<!-- markdownlint-disable MD014 MD022 MD025 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Lightning
{: .no_toc }
Expand Down
4 changes: 2 additions & 2 deletions raspibolt_40_lnd.md → lnd.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Upgrading LND can lead to a number of issues.
* As "admin" user, stop the LND service
`$ sudo systemctl stop lnd`

* Download, verify and install the latest LND binaries as described in the [Lightning section](raspibolt_40_lnd.md) of this guide.
* Download, verify and install the latest LND binaries as described in the [LND section](lnd.md) of this guide.

* Restart the services with the new configuration

Expand All @@ -668,4 +668,4 @@ Upgrading LND can lead to a number of issues.

---

Next: [Ride The Lightning >>](raspibolt_57_rtl.md)
Next: [Ride The Lightning >>](rtl.md)
4 changes: 2 additions & 2 deletions raspibolt_20_pi.md → operating-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 20
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Operating system
{: .no_toc }
Expand Down Expand Up @@ -93,4 +93,4 @@ It should display a "Success" message after.

---

Next: [Remote access >>](raspibolt_20_remote-access.md)
Next: [Remote access >>](remote-access.md)
4 changes: 2 additions & 2 deletions raspibolt_10_preparations.md → preparations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 10
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Preparations
{: .no_toc }
Expand Down Expand Up @@ -67,4 +67,4 @@ Store a copy of your passwords somewhere safe (preferably in an open-source pass

---

Next: [Operating system >>](raspibolt_20_pi.md)
Next: [Operating system >>](operating-system.md)
4 changes: 2 additions & 2 deletions raspibolt_22_privacy.md → privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 50
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Privacy
{: .no_toc }
Expand Down Expand Up @@ -144,4 +144,4 @@ A few examples:

---

Next: [Bitcoin >>](raspibolt_section_bitcoin.md)
Next: [Bitcoin >>](bitcoin.md)
2 changes: 1 addition & 1 deletion raspibolt_section_raspberry-pi.md → raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 20
has_children: true
---
<!-- markdownlint-disable MD014 MD022 MD025 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Raspberry Pi
{: .no_toc }
Expand Down
90 changes: 0 additions & 90 deletions raspibolt_faq.md

This file was deleted.

6 changes: 0 additions & 6 deletions raspibolt_section_separator_troubleshooting.md

This file was deleted.

6 changes: 3 additions & 3 deletions raspibolt_20_remote-access.md → remote-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 20
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Remote access
{: .no_toc }
Expand Down Expand Up @@ -94,7 +94,7 @@ $ ls -la
by pressing ⬆️ (arrow up) and ⬇️ (arrow down) on your keyboard, you can recall previously entered commands.

* **Common Linux commands**:
For a very selective reference list of Linux commands, please refer to the [FAQ](raspibolt_faq.md) page.
For a very selective reference list of Linux commands, please refer to the [FAQ](faq.md) page.

* **Use admin privileges**:
Our regular user has no direct admin privileges.
Expand All @@ -119,4 +119,4 @@ $ ls -la

---

Next: [System configuration >>](raspibolt_20_system-configuration.md)
Next: [System configuration >>](system-configuration.md)
File renamed without changes.
4 changes: 2 additions & 2 deletions raspibolt_21_security.md → security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 40
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# Security
{: .no_toc }
Expand Down Expand Up @@ -306,4 +306,4 @@ The disabled radios will no longer be active on the next reboot.
---
Next: [Privacy >>](raspibolt_22_privacy.md)
Next: [Privacy >>](privacy.md)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 30
parent: Raspberry Pi
---
<!-- markdownlint-disable MD014 MD022 MD025 MD033 MD040 -->
{% include_relative raspibolt_include_metatags.md %}
{% include_relative include_metatags.md %}

# System configuration
{: .no_toc }
Expand Down Expand Up @@ -189,4 +189,4 @@ The standard size of 100M is way too small.

---

Next: [Security >>](raspibolt_21_security.md)
Next: [Security >>](security.md)
6 changes: 6 additions & 0 deletions troubleshooting-separator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: __________________________
nav_order: 199
---
<meta http-equiv="refresh" content="0; URL=troubleshooting.html">
File renamed without changes.

0 comments on commit 08d125f

Please sign in to comment.