Commit graph

14 commits

Author SHA1 Message Date
Nathan Dorfman
00dd6155b6 Fix confusion and add warning in blockchain import guide 2020-07-08 23:32:59 -06:00
erciccione
b09a9b8845
Update user guide 'Run a Monero node through I2P with I2P-zero' 2020-06-14 13:17:52 +02:00
luigi1111
e8743f2468
Merge pull request #1040
Add user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-12 08:50:36 -05:00
erciccione
df2b7f9e74
Add user guide 'Run a Monero node through I2P with I2P-zero' 2020-06-10 10:50:40 +02:00
Matt Smith
db69265327 user guides: mining: Rewrite mining guide
Fixes: #1005
2020-06-09 16:13:04 +01:00
erciccione
4e5143db60
Simplify versioning system for user guides
This new approach doesn't require version numbers and make easier for contributors to understand the status
of the document. There are only 3 states:

- Outdated: The page is outdated and might not work as expected
- Untranslated: The page needs to be translated
- Translation outdated: The page is translated, but the original (English) document has been updated

To mark a guide as outdated, we change the boolean of the front matter entry 'outdated' in /resources/user-guides/GUIDE.
If 'False', the guide is updated. If 'True' all versions of the guide (English included) will show a warning at the bottom
of the page.

The other 2 states are related to the status of the translated pages and we control them from the language-specific
user guides: /_i18n/LANG/resources/user-guides/GUIDE. At the top of the page a snippet will include 2 parameters:

- translated: "yes" if the page is translated, "no" if it's not.
- translationOutdated: "yes" if the translation is outdated, "no" if it's not

This new system aims to be simpler than the precedent, avoiding to compare versioning numbers and using a higher level
system instead (yes, no, True, False). I also removed the middle way status 'only minor changes', because if there are
only minor changes that don't affect the usability of the guide, we don't need to point it out.

The old system was complex and people didn't use it. These changes will hopefully make things easier for translators and
other contributors.
2020-05-31 09:23:16 +02:00
erciccione
cf79d9d9d4
Remove user guide 'Mining with Docker and XMRig' 2020-05-20 11:14:26 +02:00
erciccione
4c169743ee
Sync 'verification-allos-advanced.md' with english version for all languages
Except pt-br, which is being PRd separately (#935)
2020-04-17 11:46:11 +02:00
luigi1111
789c0a2b1d Merge !1173
Downloads: Add link to 'Importing Blockchain' user guide and remove duplicate headers

Closes #980

See merge request monero-project/monero-site!1173
2020-01-22 21:39:56 +01:00
erciccione
597588df62
Change absolute links in user guides and moneropedia
In preparation for the deployment of getmonero as hidden service
2019-12-19 11:29:35 +01:00
Jonathan Cross
ddad19861a Adding tor_wallet user guide. (Connecting your local wallet to your own daemon over Tor) 2019-12-17 21:02:12 +01:00
erciccione
0c301c88bc
Remove duplicate header from 'importing blockchain' user guide 2019-12-14 10:50:13 +01:00
erciccione
f3af78e48d
remove unused or obsolete files (user guides and technical-specs) 2019-09-16 11:32:59 +02:00
Lafudoci
b7a6cc6c41 Add zh-tw preliminary translation 2019-07-16 11:12:36 +08:00