mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
improve translation system
jekyll now automatically generates sitemap alternate hreflang is now correctly handled by sitemaps language bar now gracefully associate with the translated equivalent of the page update README with updated translation guidelines and instructions
This commit is contained in:
parent
cbc0f9485e
commit
d1c90a6232
43 changed files with 173 additions and 236 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: about
|
||||
title: About - Bitcoin
|
||||
---
|
||||
<h1>About Bitcoin</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: bitcoin-for-developers
|
||||
title: Bitcoin for Developers - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin for Developers</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: bitcoin-for-enthusiasts
|
||||
title: Bitcoin for Enthusiasts
|
||||
---
|
||||
<h1>Bitcoin for Enthusiasts</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: bitcoin-for-individuals
|
||||
title: Bitcoin for Individuals - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin for Individuals</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: bitcoin-for-organizations
|
||||
title: Bitcoin for Organizations - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin for Organizations</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: choose-your-wallet
|
||||
title: Choose your wallet - Bitcoin
|
||||
---
|
||||
<!--CSS to prevent bubbles to be partially hidden in low-res devices-->
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: community
|
||||
title: Community - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin communities</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: development
|
||||
title: Development - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin development</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: download
|
||||
title: Download - Bitcoin
|
||||
---
|
||||
<h1>Download Bitcoin-Qt</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: faq
|
||||
title: Frequently Asked Questions
|
||||
---
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: foundation
|
||||
title: Bitcoin Foundation
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: how-it-works
|
||||
title: How does Bitcoin work? - Bitcoin
|
||||
---
|
||||
<h1>How does Bitcoin work?</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: index
|
||||
title: Bitcoin
|
||||
---
|
||||
<h1>An open source P2P digital currency</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: resources
|
||||
title: Resources - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin resources</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: support-bitcoin
|
||||
title: Support Bitcoin - Bitcoin
|
||||
---
|
||||
<h1>Support Bitcoin</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
layout: post
|
||||
id: version-history
|
||||
title: Version history
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: vocabulary
|
||||
title: Vocabulary - Bitcoin
|
||||
---
|
||||
<h1>Some Bitcoin words you might hear</h1>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: base-en
|
||||
id: you-need-to-know
|
||||
title: Some things you need to know - Bitcoin
|
||||
---
|
||||
<h1>Some things you need to know</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue