From 3e110f3852287a0a8496570b8aeffc3ed0a5ebec Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 15 Jun 2021 12:01:08 -0700 Subject: [PATCH] Move/rename templates --- CONTRIBUTING.md | 9 +- .../the-rippled-server/the-rippled-server.md | 2 +- .../ledger-object-types.ja.md | 2 +- .../ledger-object-types.md | 2 +- .../pseudo-transaction-types.ja.md | 2 +- .../pseudo-transaction-types.md | 2 +- .../transactions/transaction-formats.ja.md | 2 +- .../transactions/transaction-formats.md | 2 +- .../transaction-types/transaction-types.ja.md | 2 +- .../transaction-types/transaction-types.md | 2 +- .../api-conventions/api-conventions.ja.md | 2 +- .../api-conventions/api-conventions.md | 2 +- content/references/xrp-api.md | 4 +- .../get-started/get-started-using-java.md | 2 + content/tutorials/get-started/get-started.md | 1 - .../configure-peering/configure-peering.ja.md | 2 +- .../configure-peering/configure-peering.md | 2 +- .../use-checks/use-checks.ja.md | 2 +- .../use-checks/use-checks.md | 2 +- dactyl-config.yml | 677 +++++++++--------- .../DEPRECATED-explore-businesses.html | 2 +- .../DEPRECATED-explore-exchanges.html | 2 +- .../DEPRECATED-explore-wallets.html | 2 +- .../base.html.jinja | 27 +- template/component-feedback-widget.html.jinja | 21 + .../component-footer.html.jinja | 0 .../component-github-edit.html.jinja | 0 .../component-label-list.html.jinja | 0 .../component-status_not_enabled.html.jinja | 0 .../component-status_removed.html.jinja | 0 template/component-top-nav.html.jinja | 69 ++ .../component-tree-nav.html.jinja | 10 +- .../page-404.html.jinja | 2 +- .../page-by-label.html.jinja | 2 +- .../page-calculator.html.jinja | 2 +- .../page-community.html.jinja | 2 +- .../page-docs.html.jinja | 2 +- .../page-history.html.jinja | 2 +- .../page-home.html.jinja | 2 +- .../page-impact.html.jinja | 2 +- .../page-references.html.jinja | 2 +- .../page-rpc-tool.html.jinja | 2 +- .../page-toml-checker.html.jinja | 2 +- .../page-tx-sender.html.jinja | 2 +- .../page-uses.html.jinja | 2 +- .../page-validator-domain-verifier.html.jinja | 2 +- .../page-websocket-api-tool.html.jinja | 2 +- .../page-xrp-faucets.html.jinja | 2 +- .../page-xrpl-overview.html.jinja | 2 +- .../pagetype-category.html.jinja | 2 +- .../pagetype-doc.html.jinja | 6 +- .../pagetype-label.html.jinja | 10 +- .../pagetype-redirect.html.jinja | 2 +- .../pdf-doc.html.jinja | 0 .../sitemap.txt.jinja | 0 tool/filter_status_badges.py | 5 +- tool/jenkins.sh | 28 - .../template-openapi_data_type.md | 64 -- .../template-openapi_data_types_toc.md | 11 - .../template-openapi_endpoint.md | 107 --- .../template-openapi_endpoint_tag_toc.md | 17 - .../template-openapi_endpoint_toc.md | 51 -- tool/template-pdf_intro.html | 11 - tool/template-rest-api-tool.html | 69 -- tool/template-status_enabled.html | 1 - tool/template-top-nav.html | 72 -- tool/template-use-case.html | 33 - 67 files changed, 509 insertions(+), 870 deletions(-) rename tool/template-explore-businesses.html => template/DEPRECATED-explore-businesses.html (99%) rename tool/template-explore-exchanges.html => template/DEPRECATED-explore-exchanges.html (99%) rename tool/template-explore-wallets.html => template/DEPRECATED-explore-wallets.html (99%) rename tool/template-base.html => template/base.html.jinja (90%) create mode 100644 template/component-feedback-widget.html.jinja rename tool/template-footer.html => template/component-footer.html.jinja (100%) rename tool/template-github-edit.html => template/component-github-edit.html.jinja (100%) rename tool/template-label-list.html => template/component-label-list.html.jinja (100%) rename tool/template-status_not_enabled.html => template/component-status_not_enabled.html.jinja (100%) rename tool/template-status_removed.html => template/component-status_removed.html.jinja (100%) create mode 100644 template/component-top-nav.html.jinja rename tool/tree-nav.html => template/component-tree-nav.html.jinja (79%) rename tool/template-404.html => template/page-404.html.jinja (96%) rename tool/template-all-labels.html => template/page-by-label.html.jinja (95%) rename tool/template-calculator.html => template/page-calculator.html.jinja (99%) rename tool/template-contribute.html => template/page-community.html.jinja (98%) rename tool/template-landing-docs.html => template/page-docs.html.jinja (98%) rename tool/template-learn-history.html => template/page-history.html.jinja (99%) rename tool/template-home.html => template/page-home.html.jinja (99%) rename tool/template-learn-impact.html => template/page-impact.html.jinja (99%) rename tool/template-landing-references.html => template/page-references.html.jinja (98%) rename tool/template-xrp-ledger-rpc-tool.html => template/page-rpc-tool.html.jinja (99%) rename tool/template-xrp-ledger-toml-checker.html => template/page-toml-checker.html.jinja (97%) rename tool/template-tx-sender.html => template/page-tx-sender.html.jinja (99%) rename tool/template-learn-uses.html => template/page-uses.html.jinja (99%) rename tool/template-validator-domain-verifier.html => template/page-validator-domain-verifier.html.jinja (97%) rename tool/template-websocket-api-tool.html => template/page-websocket-api-tool.html.jinja (99%) rename tool/template-test-net.html => template/page-xrp-faucets.html.jinja (98%) rename tool/template-learn-overview.html => template/page-xrpl-overview.html.jinja (99%) rename tool/template-landing-children.html => template/pagetype-category.html.jinja (96%) rename tool/template-doc.html => template/pagetype-doc.html.jinja (92%) rename tool/template-landing-label.html => template/pagetype-label.html.jinja (83%) rename tool/template-redirect.html => template/pagetype-redirect.html.jinja (92%) rename tool/template-forpdf.html => template/pdf-doc.html.jinja (100%) rename tool/template-sitemap.txt => template/sitemap.txt.jinja (100%) delete mode 100755 tool/jenkins.sh delete mode 100644 tool/openapi_templates_alpha/template-openapi_data_type.md delete mode 100644 tool/openapi_templates_alpha/template-openapi_data_types_toc.md delete mode 100644 tool/openapi_templates_alpha/template-openapi_endpoint.md delete mode 100644 tool/openapi_templates_alpha/template-openapi_endpoint_tag_toc.md delete mode 100644 tool/openapi_templates_alpha/template-openapi_endpoint_toc.md delete mode 100644 tool/template-pdf_intro.html delete mode 100644 tool/template-rest-api-tool.html delete mode 100644 tool/template-status_enabled.html delete mode 100644 tool/template-top-nav.html delete mode 100644 tool/template-use-case.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 794e00df1e..220be8549b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,8 @@ The XRPL Dev Portal provides comprehensive documentation of the the XRP Ledger, - [content/\_img-sources/](content/_img-sources/) - Source files for images used in the documentation. Any `.uxf` files are diagrams made with [Umlet](https://www.umlet.com/). - [content/\_snippets/](content/_snippets/) - Reusable chunks of Markdown text that are included in other content files, using the Dactyl preprocessor. - [img/](img/) - Images used by the documentation contents. -- [tool/](tool/) - Templates, style-checker rules, and other scripts. +- [template/](template/) - Template files for building the HTML outputs. +- [tool/](tool/) - Filters, style-checker rules, and other scripts. - [styles/](styles/) - Source files (SCSS) to generate the CSS files in the assets folder. - [`dactyl-config.yml`](dactyl-config.yml) - Main config file, which contains the metadata for all the docs. For information on our conventions, see [Config Formatting](#config-formatting). @@ -87,7 +88,7 @@ The Markdown file itself should start with a frontmatter stanza such as the foll --- html: the-rippled-server.html parent: concepts.html -template: template-landing-children.html +template: pagetype-category.html.jinja blurb: rippled is the core peer-to-peer server that manages the XRP Ledger. This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the rippled server. --- ``` @@ -101,7 +102,7 @@ At a minimum, most pages should have `html`, `parent` and `blurb` fields (plus t | `parent` | String | The exact, unique `html` value of this page's "parent" page. Indicates where this page should appear in the navigation. | | `blurb` | String | Human-readable summary of the page. (Plain text only.) Should be about 1 sentence long. This appears in various places, including landing pages and metadata used in unfurling links on social media. | | `name` | String | Human-readable page name. (Plain text only.) For files with Markdown content, you should omit this so that Dactyl can automatically detect it from a header on the first line of the contents instead. This is usually only provided on landing pages or other special pages with no Markdown source file. | -| `template` | String | The filename of a template file to use (in the `tool/` directory) for this page. Most pages should use the default template. The `template-landing-children.html` page shows a list of child pages at the end. Pages with special or particularly unique layouts may need custom templates. | +| `template` | String | The filename of a template file to use (in the `template/` directory) for this page. Most pages should use the default template. The `pagetype-category.html.jinja` template shows a list of child pages at the end. Pages with special or particularly unique layouts may need individual templates (conventionally, starting with `page-`). | | `status` | String | Use the value `not_enabled` on pages relating to an amendment that is not yet enabled on the XRP Ledger mainnet. This displays a "flask" badge with a tooltip next to the page in the navigation. | | `nav_omit` | Boolean | Use `true` to cause this page not to appear in any navigation elements. | | `top_nav_omit` | Boolean | Use `true` to cause this page not to appear in the page top dropdown navigation. | @@ -109,7 +110,7 @@ At a minimum, most pages should have `html`, `parent` and `blurb` fields (plus t | `sidebar` | String | Use `disabled` to hide the left and right sidebars (if the page uses a template derived from the base template) | | `fb_card` | String | Filename of an image (in `assets/img/`) to use when unfurling links to this page on Facebook. | | `twitter_card` | String | Filename of an image (in `assets/img/`) to use when unfurling links to this page on Twitter. | -| `redirect_url` | String | Use with `template: template-redirect.html` only. Automatically redirect the user to the provided URL when they navigate to this page. | +| `redirect_url` | String | Use with `template: pagetype-redirect.html.jinja` only. Automatically redirect the user to the provided URL when they navigate to this page. | | `cta_text` | String | Text to appear in "call to action" buttons that link to this page (on special landings). | | `curated_anchors` | Array of Objects | A set of anchors in this page to show, similar to child pages, in landings. Each object in the array should have a human-readable `name` field (such as `"Available Modes"`) and an `anchor` field with the HTML ID to link to (such as `"#available-modes"`). | | `skip_spell_checker` | Boolean | Use `true` to make the Dactyl's style checker skip spell-checking this page. | diff --git a/content/concepts/the-rippled-server/the-rippled-server.md b/content/concepts/the-rippled-server/the-rippled-server.md index 1d892d7719..934c0948eb 100644 --- a/content/concepts/the-rippled-server/the-rippled-server.md +++ b/content/concepts/the-rippled-server/the-rippled-server.md @@ -1,7 +1,7 @@ --- html: the-rippled-server.html parent: concepts.html -template: template-landing-children.html +template: pagetype-category.html.jinja blurb: rippled is the core peer-to-peer server that manages the XRP Ledger. This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the rippled server. labels: - Core Server diff --git a/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md b/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md index c067fb066c..ff988f37e4 100644 --- a/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md +++ b/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md @@ -1,7 +1,7 @@ --- html: ledger-object-types.html parent: ledger-data-formats.html -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - データ保持 --- diff --git a/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md b/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md index 58c634f8f1..b5a694a57d 100644 --- a/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md +++ b/content/references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md @@ -1,7 +1,7 @@ --- html: ledger-object-types.html parent: ledger-data-formats.html -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - Data Retention --- diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md b/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md index 0423114873..6239c2e457 100644 --- a/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md +++ b/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md @@ -2,7 +2,7 @@ html: pseudo-transaction-types.html parent: transaction-formats.html blurb: バリデータがXRP Ledgerに適用する場合がある疑似トランザクションのフォーマットです。 -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - ブロックチェーン --- diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md b/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md index 49af01def3..9ef2fcbf4f 100644 --- a/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md +++ b/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md @@ -2,7 +2,7 @@ html: pseudo-transaction-types.html parent: transaction-formats.html blurb: Formats of pseudo-transactions that validators sometimes apply to the XRP Ledger. -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - Blockchain --- diff --git a/content/references/protocol-reference/transactions/transaction-formats.ja.md b/content/references/protocol-reference/transactions/transaction-formats.ja.md index a2df53d128..209de66aac 100644 --- a/content/references/protocol-reference/transactions/transaction-formats.ja.md +++ b/content/references/protocol-reference/transactions/transaction-formats.ja.md @@ -2,7 +2,7 @@ html: transaction-formats.html parent: protocol-reference.html blurb: トランザクションは、XRP Ledgerを変更する唯一の方法です。 -template: template-landing-children.html +template: pagetype-category.html.jinja --- # トランザクションのフォーマット diff --git a/content/references/protocol-reference/transactions/transaction-formats.md b/content/references/protocol-reference/transactions/transaction-formats.md index 079ff1266e..c13ed1e7fd 100644 --- a/content/references/protocol-reference/transactions/transaction-formats.md +++ b/content/references/protocol-reference/transactions/transaction-formats.md @@ -2,7 +2,7 @@ html: transaction-formats.html parent: protocol-reference.html blurb: Transactions are the only way to modify the XRP Ledger. Get details about their required format. -template: template-landing-children.html +template: pagetype-category.html.jinja --- # Transaction Reference diff --git a/content/references/protocol-reference/transactions/transaction-types/transaction-types.ja.md b/content/references/protocol-reference/transactions/transaction-types/transaction-types.ja.md index 68ee1a7828..c1d3715396 100644 --- a/content/references/protocol-reference/transactions/transaction-types/transaction-types.ja.md +++ b/content/references/protocol-reference/transactions/transaction-types/transaction-types.ja.md @@ -2,7 +2,7 @@ html: transaction-types.html parent: transaction-formats.html blurb: トランザクションのタイプは、どういったタイプの操作を実行することが想定されているのかを示します。 -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - ブロックチェーン --- diff --git a/content/references/protocol-reference/transactions/transaction-types/transaction-types.md b/content/references/protocol-reference/transactions/transaction-types/transaction-types.md index 31ada30e6d..cd71fb456d 100644 --- a/content/references/protocol-reference/transactions/transaction-types/transaction-types.md +++ b/content/references/protocol-reference/transactions/transaction-types/transaction-types.md @@ -2,7 +2,7 @@ html: transaction-types.html parent: transaction-formats.html blurb: All the different types of transactions that the XRP Ledger can process. -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - Blockchain --- diff --git a/content/references/rippled-api/api-conventions/api-conventions.ja.md b/content/references/rippled-api/api-conventions/api-conventions.ja.md index 269fe3ecc2..63f0cfeeaf 100644 --- a/content/references/rippled-api/api-conventions/api-conventions.ja.md +++ b/content/references/rippled-api/api-conventions/api-conventions.ja.md @@ -2,7 +2,7 @@ html: api-conventions.html parent: rippled-api.html blurb: rippled APIのデータ型とフォーマットについて説明します。 -template: template-landing-children.html +template: pagetype-category.html.jinja --- # APIの規則 diff --git a/content/references/rippled-api/api-conventions/api-conventions.md b/content/references/rippled-api/api-conventions/api-conventions.md index cf9b012ec0..73f233eb5f 100644 --- a/content/references/rippled-api/api-conventions/api-conventions.md +++ b/content/references/rippled-api/api-conventions/api-conventions.md @@ -2,7 +2,7 @@ html: api-conventions.html parent: rippled-api.html blurb: Common conventions used across the XRP Ledger's HTTP APIs. -template: template-landing-children.html +template: pagetype-category.html.jinja --- # API Conventions diff --git a/content/references/xrp-api.md b/content/references/xrp-api.md index 7f46769b1e..e49ea214ed 100644 --- a/content/references/xrp-api.md +++ b/content/references/xrp-api.md @@ -2,8 +2,8 @@ html: xrp-api.html parent: references.html blurb: An API server that provides a REST-like interface to the XRP Ledger. -template: template-redirect.html -redirect_url: https://github.com/xpring-eng/xrp-api # Update to GH Pages ref if possible +template: pagetype-redirect.html.jinja +redirect_url: https://xpring-eng.github.io/xrp-api/ nav_omit: true filters: - xrpapi_readme diff --git a/content/tutorials/get-started/get-started-using-java.md b/content/tutorials/get-started/get-started-using-java.md index e570f63b68..08a11b1e71 100644 --- a/content/tutorials/get-started/get-started-using-java.md +++ b/content/tutorials/get-started/get-started-using-java.md @@ -6,6 +6,8 @@ doc_type: Tutorials category: Get Started blurb: Build a simple Java app that interacts with the XRP Ledger. cta_text: Build an XRP Ledger-connected app +top_nav_name: JavaScript +top_nav_grouping: Get Started filters: - include_code labels: diff --git a/content/tutorials/get-started/get-started.md b/content/tutorials/get-started/get-started.md index 8255d1927f..7830e53f4f 100644 --- a/content/tutorials/get-started/get-started.md +++ b/content/tutorials/get-started/get-started.md @@ -1,7 +1,6 @@ --- html: get-started.html parent: tutorials.html -template: template-doc.html blurb: Get up and running with some of the resources you'll use to work with the XRP Ledger. filters: - js_editor diff --git a/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md b/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md index b6cac7921f..8f1819eec8 100644 --- a/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md +++ b/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md @@ -1,7 +1,7 @@ --- html: configure-peering.html parent: manage-the-rippled-server.html -template: template-landing-children.html +template: pagetype-category.html.jinja blurb: サーバーをピアツーピアネットワークに接続する方法を設定します。 labels: - コアサーバー diff --git a/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.md b/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.md index 46a7b96f44..8f5d9c0f31 100644 --- a/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.md +++ b/content/tutorials/manage-the-rippled-server/configure-peering/configure-peering.md @@ -1,7 +1,7 @@ --- html: configure-peering.html parent: manage-the-rippled-server.html -template: template-landing-children.html +template: pagetype-category.html.jinja blurb: Configure how your server connects to the peer-to-peer network. labels: - Core Server diff --git a/content/tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md b/content/tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md index 88127f0226..cdbcae27bc 100644 --- a/content/tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md +++ b/content/tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md @@ -2,7 +2,7 @@ html: use-checks.html parent: use-specialized-payment-types.html blurb: Checks in the XRP Ledger authorize another account to claim funds later, similar to how personal paper checks work. -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - Checks --- diff --git a/content/tutorials/use-specialized-payment-types/use-checks/use-checks.md b/content/tutorials/use-specialized-payment-types/use-checks/use-checks.md index 0f1d68c2c1..90ec9f2b29 100644 --- a/content/tutorials/use-specialized-payment-types/use-checks/use-checks.md +++ b/content/tutorials/use-specialized-payment-types/use-checks/use-checks.md @@ -2,7 +2,7 @@ html: use-checks.html parent: use-specialized-payment-types.html blurb: Checks in the XRP Ledger authorize another account to claim funds later, similar to how personal paper checks work. -template: template-landing-children.html +template: pagetype-category.html.jinja labels: - Checks --- diff --git a/dactyl-config.yml b/dactyl-config.yml index 82dc7e0966..b6aa0b93b7 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -1,25 +1,17 @@ -# Relative paths work OK as long as you start the tool from its local dir -template_path: tool - -# This folder gets copied into the output directory -template_static_path: assets - -# Templates should have filenames starting in template- -default_template: template-doc.html -default_pdf_template: template-forpdf.html - -# HTML, PDF, GFM all get output here +# HTML, PDF, GFM all get output here unless you specify -o out_path: out +# These folders get copied into the output directory +template_static_path: assets +content_static_path: img + +template_path: template +default_template: pagetype-doc.html.jinja +default_pdf_template: pdf-doc.html.jinja + # MD files should be here (and in subdirs) content_path: content -# This folder gets copied into the output directory -content_static_path: img - -# PDF creation needs a dir for temporary files -temporary_files_path: /tmp/ - # Custom filters live here and start with filter_ filter_paths: - tool @@ -50,7 +42,7 @@ callout_types: cover_page: name: Home html: index.html - template: template-home.html + template: page-home.html.jinja sidebar: disabled canonical_url: https://xrpl.org/ @@ -166,86 +158,119 @@ targets: pages: -# "Learn" funnel --------------------------------------------------------------- - - name: Learn - template: template-learn-overview.html - html: overview.html +# About tab -------------------------------------------------------------------- + # "XRP Ledger" Grouping + - name: XRPL Overview + template: page-xrpl-overview.html.jinja + html: xrp-ledger-overview.html parent: index.html - top_nav_level: 1 - top_nav_name: Overview + top_nav_name: About + top_nav_grouping: XRP Ledger sidebar: disabled targets: - en - - name: 学ぶ - template: template-learn-overview.html - html: overview.html + - name: XRPL オーバービュー + template: page-xrpl-overview.html.jinja + html: xrp-ledger-overview.html parent: index.html - top_nav_level: 1 - top_nav_name: オーバービュー + top_nav_name: アバウト + top_nav_grouping: XRP Ledger sidebar: disabled targets: - ja - - name: Uses - template: template-learn-uses.html + # Redirect from the old overview.html + - name: XRP Ledger Overview + html: overview.html + template: pagetype-redirect.html.jinja + nav_omit: true + redirect_url: xrp-ledger-overview.html + targets: + - en + - ja + + - name: Use Cases & Featured Projects + template: page-uses.html.jinja html: uses.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger sidebar: disabled targets: - en - - name: 使用 - template: template-learn-uses.html + - name: ユースケースと注目プロジェクト + template: page-uses.html.jinja html: uses.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger sidebar: disabled targets: - ja - name: History - template: template-learn-history.html + template: page-history.html.jinja html: history.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger sidebar: disabled targets: - en - name: 沿革 - template: template-learn-history.html + template: page-history.html.jinja html: history.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger sidebar: disabled targets: - ja + - name: Ledger Explorer + html: https://livenet.xrpl.org/ + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger + targets: + - en + + - name: XRP Ledger エクスプローラ + html: https://livenet.xrpl.org/ + parent: xrp-ledger-overview.html + top_nav_grouping: XRP Ledger + targets: + - ja + + - name: XRP + html: xrp-overview.html + parent: xrp-ledger-overview.html + top_nav_grouping: XRP + targets: + - en + - ja + - name: Impact - template: template-learn-impact.html html: impact.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + template: page-impact.html.jinja + top_nav_grouping: Sustainability sidebar: disabled targets: - en - name: インパクト - template: template-learn-impact.html html: impact.html - parent: overview.html # "Learn" - top_nav_level: 1 + parent: xrp-ledger-overview.html + template: page-impact.html.jinja + top_nav_grouping: Sustainability sidebar: disabled targets: - ja - name: Carbon Calculator - template: template-calculator.html html: carbon-calculator.html - parent: overview.html - top_nav_level: 1 + parent: xrp-ledger-overview.html + template: page-calculator.html.jinja + top_nav_grouping: Sustainability sidebar: disabled blurb: Whether it's cash, credit, or crypto, every transaction you make consumes energy. Use the green currency calculator to compare. fb_card: currency-calculator-card-fb.png @@ -254,10 +279,10 @@ pages: - en - name: 二酸化炭素電卓 - template: template-calculator.html html: carbon-calculator.html - parent: overview.html - top_nav_level: 1 + parent: xrp-ledger-overview.html + template: page-calculator.html.jinja + top_nav_grouping: Sustainability sidebar: disabled blurb: 現金、クレジットカード、暗号資産でもエネルギー消費する。インタラクティブツールで消費量を比較しましょう。 fb_card: currency-calculator-card-fb.png @@ -265,109 +290,42 @@ pages: targets: - ja -# "Explore" funnel ------------------------------------------------------------- - - name: Explore - html: explore.html - parent: index.html - template: template-redirect.html - redirect_url: businesses.html - top_nav_omit: true + - name: XRPL Foundation + html: xrpl-foundation.html + #template: some custom template TODO + parent: xrp-ledger-overview.html + top_nav_grouping: About targets: - en - - - name: 探る - html: explore.html - parent: index.html - template: template-redirect.html - redirect_url: businesses.html - top_nav_omit: true - targets: - - ja - - - name: Wallets - template: template-explore-wallets.html - html: wallets.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - en - - - name: ウォレット - template: template-explore-wallets.html - html: wallets.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - ja - - - name: Exchanges - template: template-explore-exchanges.html - html: exchanges.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - en - - - name: 取引所 - template: template-explore-exchanges.html - html: exchanges.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - ja - - - name: Businesses - template: template-explore-businesses.html - html: businesses.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - en - - - name: 企業 - template: template-explore-businesses.html - html: businesses.html - parent: explore.html - top_nav_level: 1 - sidebar: disabled - targets: - - ja - - - name: Ledger Explorer - html: https://livenet.xrpl.org/ - parent: explore.html - targets: - - en - - - name: XRP Ledger エクスプローラ - html: https://livenet.xrpl.org/ - parent: explore.html - targets: - ja # "Documentation" section ------------------------------------------------------ - - name: Build - template: template-landing-docs.html + - name: Documentation html: docs.html parent: index.html + template: page-docs.html.jinja sidebar: disabled - top_nav_level: 1 top_nav_name: Docs + top_nav_shortcuts: + - get-started-using-python.html + - get-started-using-node-js.html + - get-started-using-java.html + - get-started-using-http-websocket-apis.html targets: - en - - name: 作る - template: template-landing-docs.html + - name: ドキュメント html: docs.html parent: index.html + template: page-docs.html.jinja + sidebar: disabled top_nav_level: 1 top_nav_name: ドキュメント - sidebar: disabled + top_nav_shortcuts: + - get-started-using-python.html + - get-started-using-node-js.html + - get-started-using-java.html + - get-started-using-http-websocket-apis.html targets: - ja @@ -376,8 +334,8 @@ pages: - name: Concepts html: concepts.html parent: docs.html - top_nav_level: 2 - template: template-landing-children.html + top_nav_grouping: Article Types + template: pagetype-category.html.jinja blurb: Learn the "what" and "why" behind fundamental aspects of the XRP Ledger. targets: - en @@ -385,8 +343,8 @@ pages: - name: コンセプト html: concepts.html parent: docs.html - top_nav_level: 2 - template: template-landing-children.html + top_nav_grouping: Article Types + template: pagetype-category.html.jinja blurb: XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学びましょう。 targets: - ja @@ -394,7 +352,7 @@ pages: - name: Introduction html: introduction.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Learn the "what" and "why" of the XRP Ledger. targets: - en @@ -402,18 +360,20 @@ pages: - name: 基本 html: introduction.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerとは「何なのか」、「なぜなのか」を学びましょう。 targets: - ja - - md: concepts/introduction/xrp-ledger-overview.md - targets: - - en - - - md: concepts/introduction/xrp-ledger-overview.ja.md - targets: - - ja + # Supplanted by the new xrp-ledger-overview.html landing page. + # TODO: fully remove. + # - md: concepts/introduction/xrp-ledger-overview.md + # targets: + # - en + # + # - md: concepts/introduction/xrp-ledger-overview.ja.md + # targets: + # - ja - md: concepts/introduction/intro-to-consensus.md targets: @@ -450,7 +410,7 @@ pages: - name: Payment System Basics html: payment-system-basics.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: One of the primary purposes of the XRP Ledger is payment processing. Learn more about key concepts that will help you understand the XRP Ledger payment system. targets: - en @@ -458,7 +418,7 @@ pages: - name: 支払いシステムの基本 html: payment-system-basics.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerの主な狙いは決済処理です。主要なコンセプトを詳しく学んで、XRP Ledgerの決済システムの理解を深めましょう。 targets: - ja @@ -564,7 +524,7 @@ pages: - name: Payment Types html: payment-types.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: The XRP Ledger supports point-to-point XRP payments alongside other, more specialized payment types. targets: - en @@ -572,7 +532,7 @@ pages: - name: 支払いのタイプ html: payment-types.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP LedgerはポイントツーポイントのXRPペイメントのほかに、より専門化した支払いタイプをサポートしています。 targets: - ja @@ -580,7 +540,7 @@ pages: # Redirect from the old landing name/URL - name: Complex Payment Types html: complex-payment-types.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: payment-types.html targets: @@ -638,7 +598,7 @@ pages: - name: Issued Currencies html: issued-currencies.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: All currencies other than XRP can be represented in the XRP Ledger as issued currencies. Learn more about how issued currencies function in the XRP Ledger. targets: - en @@ -646,7 +606,7 @@ pages: - name: 発行済み通貨 html: issued-currencies.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerでは、XRP以外の通貨はすべて発行済み通貨とされます。XRP Ledgerで発行済み通貨がどのように機能するか説明します。 targets: - ja @@ -723,7 +683,7 @@ pages: - name: Decentralized Exchange html: decentralized-exchange.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: The XRP Ledger contains a fully-functional exchange where users can trade issued currencies for XRP or each other. targets: - en @@ -731,7 +691,7 @@ pages: - name: 分散型取引所 html: decentralized-exchange.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerには多機能な取引所が含まれており、この取引所を利用してユーザーは発行済み通貨をXRPに、あるいはXRPを発行済み通貨に交換できます。 targets: - ja @@ -763,7 +723,7 @@ pages: - name: Consensus Network html: consensus-network.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: The XRP Ledger uses a consensus algorithm to resolve the double spend problem and choose which transactions to execute in which order. Consensus also governs rules of transaction processing. targets: - en @@ -771,7 +731,7 @@ pages: - name: コンセンサスネットワーク html: consensus-network.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerはコンセンサスアルゴリズムを使用して、二重支払いの問題を解決し、どのトランザクションをどのような順番で実行するか選択します。コンセンサスは、トランザクション処理のルールを左右します。 targets: - ja @@ -885,7 +845,7 @@ pages: - name: rippledサーバー html: the-rippled-server.html parent: concepts.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: rippledは、XRP Ledgerを管理するコアのピアツーピアサーバーです。このセクションではコンセプトについて説明します。XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学ぶことができます。 targets: - ja @@ -951,8 +911,8 @@ pages: - name: Tutorials html: tutorials.html parent: docs.html - top_nav_level: 2 - template: template-landing-children.html + top_nav_grouping: Article Types + template: pagetype-category.html.jinja blurb: Get step-by-step guidance to perform common tasks with the XRP Ledger. targets: - en @@ -960,8 +920,8 @@ pages: - name: チュートリアル html: tutorials.html parent: docs.html - top_nav_level: 2 - template: template-landing-children.html + top_nav_grouping: Article Types + template: pagetype-category.html.jinja blurb: XRP Ledgerで一般的なタスクを実行するためのステップバイステップのガイダンスを紹介します。 targets: - ja @@ -974,7 +934,7 @@ pages: - name: 使用開始 html: get-started.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: リソースを活用してXRP Ledgerの使用を開始しましょう。 targets: - ja @@ -1005,7 +965,7 @@ pages: # Redirect for old JS Client Library URL - name: Get Started Using Node.js html: get-started-with-rippleapi-for-javascript.html - template: template-redirect.html + template: pagetype-redirect.html.jinja redirect_url: get-started-using-node-js.html nav_omit: true targets: @@ -1023,7 +983,7 @@ pages: # Redirect for old HTTP/WebSocket APIs URL - name: Get Started Using HTTP / WebSocket APIs html: get-started-with-the-rippled-api.html - template: template-redirect.html + template: pagetype-redirect.html.jinja redirect_url: get-started-using-http-websocket-apis.html nav_omit: true targets: @@ -1049,7 +1009,7 @@ pages: # Send old "Use Direct XRP Payments" landing to "Get Started" instead - name: Use Direct XRP Payments html: use-simple-xrp-payments.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: get-started.html targets: @@ -1060,7 +1020,7 @@ pages: - name: Production Readiness html: production-readiness.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Follow these best practices to build a robust, safe production system for using the XRP Ledger. targets: - en @@ -1093,7 +1053,7 @@ pages: # Redirect for this page's new home outside of tutorials - name: Cancel or Skip a Transaction html: cancel-or-skip-a-transaction.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: about-canceling-a-transaction.html targets: @@ -1103,7 +1063,7 @@ pages: - name: Manage Account Settings html: manage-account-settings.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Set up your XRP Ledger account to send and receive payments the way you want it to. targets: - en @@ -1111,7 +1071,7 @@ pages: - name: アカウントの設定の利用 html: manage-account-settings.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: 希望する方法で支払いをやり取りできるようにXRP Ledgerアカウントを設定します。 targets: - ja @@ -1183,7 +1143,7 @@ pages: - name: Use Specialized Payment Types html: use-specialized-payment-types.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Use advanced features like Escrow and Payment Channels to build smart applications on the XRP Ledger. targets: - en @@ -1191,7 +1151,7 @@ pages: - name: 専門化した支払いタイプの使用 html: use-specialized-payment-types.html parent: tutorials.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築します。 targets: - ja @@ -1199,7 +1159,7 @@ pages: # Redirect from old "complex" payment types URL - name: Use Complex Payment Types html: use-complex-payment-types.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: use-specialized-payment-types.html targets: @@ -1210,7 +1170,7 @@ pages: html: use-escrows.html parent: use-specialized-payment-types.html blurb: The XRP Ledger supports escrows that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1218,7 +1178,7 @@ pages: html: use-escrows.html parent: use-specialized-payment-types.html blurb: XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1338,7 +1298,7 @@ pages: html: xrp-ledger-businesses.html parent: tutorials.html blurb: This section demonstrates how to follow various best practices for running businesses that interface with the XRP Ledger, such as exchanges listing XRP and gateways issuing currency in the XRP Ledger. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1346,7 +1306,7 @@ pages: html: xrp-ledger-businesses.html parent: tutorials.html blurb: このセクションでは、さまざまなベストプラクティスに従って、XRPを上場する取引所やXRP Ledgerで通貨を発行するゲートウェアなど、XRP Ledgerとインターフェイス接続するビジネスを運営する方法をデモンストレーションします。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1376,7 +1336,7 @@ pages: parent: tutorials.html blurb: Install, configure, and manage the core server that powers the XRP Ledger. cta_text: Run rippled - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1385,7 +1345,7 @@ pages: parent: tutorials.html blurb: XRP Ledgerをパワーするサーバーをインストール、設定、管理しよう。 cta_text: インストールしよう - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1393,7 +1353,7 @@ pages: html: install-rippled.html parent: manage-the-rippled-server.html blurb: Install and update the rippled server. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1401,7 +1361,7 @@ pages: html: install-rippled.html parent: manage-the-rippled-server.html blurb: rippledサーバーをインストールして更新します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1425,7 +1385,7 @@ pages: - name: Install rippled on Ubuntu with Alien html: install-rippled-on-ubuntu-with-alien.html parent: install-rippled.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: install-rippled-on-ubuntu.html targets: @@ -1442,7 +1402,7 @@ pages: - name: Update rippled Automatically on CentOS/RHEL html: update-rippled-automatically-on-centos-rhel.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: update-rippled-automatically-on-linux.html targets: @@ -1509,7 +1469,7 @@ pages: html: configure-rippled.html parent: manage-the-rippled-server.html blurb: Customize your rippled server configuration. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1517,7 +1477,7 @@ pages: html: configure-rippled.html parent: manage-the-rippled-server.html blurb: rippledサーバーの構成をカスタマイズします。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1678,7 +1638,7 @@ pages: html: use-stand-alone-mode.html parent: manage-the-rippled-server.html blurb: For new features and experiments, you can use Stand-Alone Mode to test features with a full network. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1686,7 +1646,7 @@ pages: html: use-stand-alone-mode.html parent: manage-the-rippled-server.html blurb: 新機能や実験用に、スタンドアロンモードを使用してフルネットワークで機能をテストできます。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1718,7 +1678,7 @@ pages: html: troubleshoot-the-rippled-server.html parent: manage-the-rippled-server.html blurb: Troubleshoot all kinds of problems with the rippled server. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -1726,7 +1686,7 @@ pages: html: troubleshoot-the-rippled-server.html parent: manage-the-rippled-server.html blurb: rippledサーバーのあらゆる種類の問題をトラブルシューティングします。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -1781,10 +1741,10 @@ pages: - name: References longer_name: API References - template: template-landing-references.html + template: page-references.html.jinja html: references.html parent: docs.html - top_nav_level: 2 + top_nav_grouping: Article Types sidebar: disabled blurb: Complete references for different interfaces to the XRP Ledger. targets: @@ -1792,10 +1752,10 @@ pages: - name: リファレンス longer_name: API リファレンス - template: template-landing-references.html + template: page-references.html.jinja html: references.html parent: docs.html - top_nav_level: 2 + top_nav_grouping: Article Types sidebar: disabled blurb: XRP Ledgerへのさまざまなインターフェイスの包括的なリファレンスです。 targets: @@ -1805,7 +1765,7 @@ pages: - name: XRP Ledger Protocol Reference html: protocol-reference.html parent: references.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Features and rules of the XRP Ledger protocol, regardless of how you access it. targets: - en @@ -2310,7 +2270,7 @@ pages: - name: HTTP / WebSocket APIs html: rippled-api.html parent: references.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger. targets: - en @@ -2318,7 +2278,7 @@ pages: - name: HTTP / WebSocket API リファレンス html: rippled-api.html parent: references.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerを管理するコアのピアツーピアサーバーであるrippledと直接通信します。 targets: - ja @@ -2390,7 +2350,7 @@ pages: - name: Account Methods html: account-methods.html parent: public-rippled-methods.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info. targets: - en @@ -2398,7 +2358,7 @@ pages: - name: Account Methods html: account-methods.html parent: public-rippled-methods.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: XRP Ledgerのアカウントとは、XRPの保有者とトランザクションの送信者を意味します。以下のメソッドを使用して、アカウント情報を処理します。 targets: - ja @@ -2479,7 +2439,7 @@ pages: html: ledger-methods.html parent: public-rippled-methods.html blurb: A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2487,7 +2447,7 @@ pages: html: ledger-methods.html parent: public-rippled-methods.html blurb: レジャーバージョンには、ヘッダー、トランザクションツリー、状態ツリーが含まれ、さらにその中にアカウント設定、トラストライン、残高、トランザクション、その他のデータが含まれます。以下のメソッドを使用して、レジャー情報を取得します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2535,7 +2495,7 @@ pages: - name: Transaction Methods html: transaction-methods.html # watch for clashes w/ this filename parent: public-rippled-methods.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions. #TODO:translate targets: - en @@ -2543,7 +2503,7 @@ pages: - name: Transaction Methods html: transaction-methods.html # watch for clashes w/ this filename parent: public-rippled-methods.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: トランザクションだけが、XRP Ledgerの共有されている状態を変更できます。XRP Ledgerに対するすべてのビジネスはトランザクションの形態をとります。以下のメソッドを使用して、トランザクションを処理します。 targets: - ja @@ -2608,7 +2568,7 @@ pages: html: path-and-order-book-methods.html parent: public-rippled-methods.html blurb: Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2616,7 +2576,7 @@ pages: html: path-and-order-book-methods.html parent: public-rippled-methods.html blurb: パスは、支払いが送信者から受信者に届くまでに中間ステップでたどる道筋を定義します。パスは、送信者と受信者をオーダーブックを介してつなぐことで、複数通貨間の支払いを可能にします。パスと他のオーダーブックに関しては、以下のメソッドを使用します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2656,7 +2616,7 @@ pages: html: payment-channel-methods.html parent: public-rippled-methods.html blurb: Payment channels are a tool for facilitating repeated, unidirectional payments, or temporary credit between two parties. Use these methods to work with payment channels. #TODO:translate - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en - ja @@ -2681,7 +2641,7 @@ pages: html: subscription-methods.html parent: public-rippled-methods.html blurb: Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only. #TODO:translate - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2689,7 +2649,7 @@ pages: html: subscription-methods.html parent: public-rippled-methods.html blurb: 以下のメソッドにより、各種イベントの発生時にサーバーからクライアントに更新が通知されるように設定できます。これにより、イベントを即座に把握し、対処することができます。WebSocket APIのみ。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2713,7 +2673,7 @@ pages: html: server-info-methods.html parent: public-rippled-methods.html blurb: Use these methods to retrieve information about the current state of the rippled server. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2721,7 +2681,7 @@ pages: html: server-info-methods.html parent: public-rippled-methods.html blurb: 以下のメソッドを使用して、rippledサーバーの現在の状態についての情報を取得します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2759,7 +2719,7 @@ pages: html: utility-methods.html parent: public-rippled-methods.html blurb: Use these methods to perform convenient tasks, such as ping and random number generation. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en - ja @@ -2800,7 +2760,7 @@ pages: html: key-generation-methods.html parent: admin-rippled-methods.html blurb: Use these methods to generate and manage keys. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2808,7 +2768,7 @@ pages: html: key-generation-methods.html parent: admin-rippled-methods.html blurb: キーを生成および管理するには、以下のメソッドを使用します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2832,7 +2792,7 @@ pages: html: logging-and-data-management-methods.html parent: admin-rippled-methods.html blurb: Use these methods to manage log levels and other data, such as ledgers. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2840,7 +2800,7 @@ pages: html: logging-and-data-management-methods.html parent: admin-rippled-methods.html blurb: Use these methods to manage log levels and other data, such as ledgers. #TODO: translate - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2905,7 +2865,7 @@ pages: html: server-control-methods.html parent: admin-rippled-methods.html blurb: Use these methods to manage the rippled server. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en - ja @@ -2939,7 +2899,7 @@ pages: html: peer-management-methods.html parent: admin-rippled-methods.html blurb: Use these methods to manage your server's peer-to-peer connections. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -2947,7 +2907,7 @@ pages: html: peer-management-methods.html parent: admin-rippled-methods.html blurb: サーバーのピアツーピア接続を管理するにはこれらのメソッドを使用します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -2995,7 +2955,7 @@ pages: html: status-and-debugging-methods.html parent: admin-rippled-methods.html blurb: Use these methods to check the status of the network and server. - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - en @@ -3003,7 +2963,7 @@ pages: html: status-and-debugging-methods.html parent: admin-rippled-methods.html blurb: ネットワークとサーバーのステータスを確認するには、以下のメソッドを使用します。 - template: template-landing-children.html + template: pagetype-category.html.jinja targets: - ja @@ -3081,7 +3041,7 @@ pages: - name: Peer Port Methods html: peer-port-methods.html parent: rippled-api.html - template: template-landing-children.html + template: pagetype-category.html.jinja blurb: Special API method for sharing network topology and status metrics. targets: - en @@ -3138,7 +3098,7 @@ pages: html: label-accounts.html parent: by-label.html landing_for: Accounts - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages relating to accounts in the XRP Ledger. filters: - labels @@ -3149,7 +3109,7 @@ pages: html: label-accounts.html parent: by-label.html landing_for: アカウント - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerのアカウントに関するページ。 filters: - labels @@ -3160,7 +3120,7 @@ pages: html: label-blockchain.html parent: by-label.html landing_for: Blockchain - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about how the XRP Ledger functions as a blockchain. filters: - labels @@ -3171,7 +3131,7 @@ pages: html: label-blockchain.html parent: by-label.html landing_for: ブロックチェーン - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerがブロックチェーンとして機能するに関するページ。 filters: - labels @@ -3182,7 +3142,7 @@ pages: html: label-checks.html parent: by-label.html landing_for: Checks - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about the Checks feature. filters: - labels @@ -3193,7 +3153,7 @@ pages: html: label-checks.html parent: by-label.html landing_for: Checks - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Checks機能に関するページ。 filters: - labels @@ -3204,7 +3164,7 @@ pages: html: label-rippled.html parent: by-label.html landing_for: Core Server - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about the XRP Ledger's core server implementation, rippled. filters: - labels @@ -3215,7 +3175,7 @@ pages: html: label-rippled.html parent: by-label.html landing_for: コアサーバー - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerのコアサーバー「rippled」に関するページ。 filters: - labels @@ -3226,7 +3186,7 @@ pages: html: label-cross-currency.html parent: by-label.html landing_for: Cross-Currency - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about exchanging currencies, tokens, and XRP in payments or the decentralized exchange. filters: - labels @@ -3237,7 +3197,7 @@ pages: html: label-cross-currency.html parent: by-label.html landing_for: 複数通貨間 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRPと通貨とトークンを支払いと分散型取引所で交換ついての全ページ。 filters: - labels @@ -3248,7 +3208,7 @@ pages: html: label-data-retention.html parent: by-label.html landing_for: Data Retention - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about how and for how long XRP Ledger software stores data. filters: - labels @@ -3259,7 +3219,7 @@ pages: html: label-data-retention.html parent: by-label.html landing_for: データ保持 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerのソフトウェアがデータを保存する方法と期間に関するページ。 filters: - labels @@ -3270,7 +3230,7 @@ pages: html: label-decentralized-exchange.html parent: by-label.html landing_for: Decentralized Exchange - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about the Decentralized Exchange built into the XRP Ledger. filters: - labels @@ -3281,7 +3241,7 @@ pages: html: label-decentralized-exchange.html parent: by-label.html landing_for: 分散型取引所 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerの分散型取引所に関するページ。 filters: - labels @@ -3292,7 +3252,7 @@ pages: html: label-development.html parent: by-label.html landing_for: Development - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about developing apps that use the XRP Ledger. filters: - labels @@ -3303,7 +3263,7 @@ pages: html: label-development.html parent: by-label.html landing_for: 開発 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerを使うアプリの開発に関するページ。 filters: - labels @@ -3314,7 +3274,7 @@ pages: html: label-escrow.html parent: by-label.html landing_for: Escrow - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about the Escrow feature. filters: - labels @@ -3325,7 +3285,7 @@ pages: html: label-escrow.html parent: by-label.html landing_for: Escrow - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Escrow機能に関するページ。 filters: - labels @@ -3336,7 +3296,7 @@ pages: html: label-fees.html parent: by-label.html landing_for: Fees - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about fees and related costs of transacting in the XRP Ledger. filters: - labels @@ -3347,7 +3307,7 @@ pages: html: label-fees.html parent: by-label.html landing_for: 手数料 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerの手数料とコストに関するページ。 filters: - labels @@ -3358,7 +3318,7 @@ pages: html: label-payment-channels.html parent: by-label.html landing_for: Payment Channels - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about the Payment Channels feature. filters: - labels @@ -3369,7 +3329,7 @@ pages: html: label-payment-channels.html parent: by-label.html landing_for: Payment Channel - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Payment Channel機能に関するページ。 filters: - labels @@ -3380,7 +3340,7 @@ pages: html: label-payments.html parent: by-label.html landing_for: Payments - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: About sending payments (of XRP or tokens) in the XRP Ledger. filters: - labels @@ -3391,7 +3351,7 @@ pages: html: label-payments.html parent: by-label.html landing_for: 支払い - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerでの支払い二ついての全ページ。 filters: - labels @@ -3402,7 +3362,7 @@ pages: html: label-smart-contracts.html parent: by-label.html landing_for: Smart Contracts - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about XRP Ledger features that can be used to build smart contracts. filters: - labels @@ -3413,7 +3373,7 @@ pages: html: label-smart-contracts.html parent: by-label.html landing_for: スマートコントラクト - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: スマートコントラクトを開発の役に立つ機能に関するページ。 filters: - labels @@ -3424,7 +3384,7 @@ pages: html: label-security.html parent: by-label.html landing_for: Security - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about security issues and precautions. filters: - labels @@ -3435,7 +3395,7 @@ pages: html: label-security.html parent: by-label.html landing_for: セキュリティ - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: セキュリティ問題と予防措置に関するページ。 filters: - labels @@ -3446,7 +3406,7 @@ pages: html: label-tokens.html parent: by-label.html landing_for: Tokens - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about issuing tokens in the XRP Ledger. filters: - labels @@ -3457,7 +3417,7 @@ pages: html: label-tokens.html parent: by-label.html landing_for: トークン - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerでのトークンや通貨を発行済みに関するページ。 filters: - labels @@ -3468,7 +3428,7 @@ pages: html: label-transaction-sending.html parent: by-label.html landing_for: Transaction Sending - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about sending transactions in the XRP Ledger. filters: - labels @@ -3479,7 +3439,7 @@ pages: html: label-transaction-sending.html parent: by-label.html landing_for: トランザクション送信 - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerでのトランザクションを送信に関するページ。 filters: - labels @@ -3490,7 +3450,7 @@ pages: html: label-xrp.html parent: by-label.html landing_for: XRP - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: Pages about XRP, the native digital asset built into the XRP Ledger. filters: - labels @@ -3501,7 +3461,7 @@ pages: html: label-xrp.html parent: by-label.html landing_for: XRP - template: template-landing-label.html + template: pagetype-label.html.jinja blurb: XRP Ledgerのネイティブ暗号資産「XRP」に関するページ。 filters: - labels @@ -3511,7 +3471,7 @@ pages: - name: Browse By Label html: by-label.html parent: docs.html - template: template-all-labels.html + template: page-by-label.html.jinja sidebar: left_only blurb: See all pages labeled with a specific topic or idea. top_nav_omit: true @@ -3523,7 +3483,7 @@ pages: - name: ラベル別に閲覧 html: by-label.html parent: docs.html - template: template-all-labels.html + template: page-by-label.html.jinja sidebar: left_only blurb: 特定のトピックでラベル付けされたページを表示します。 top_nav_omit: true @@ -3539,7 +3499,7 @@ pages: - name: Use Cases html: use-cases.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: uses.html targets: @@ -3547,7 +3507,7 @@ pages: - name: ユースケース html: use-cases.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: uses.html targets: @@ -3555,7 +3515,7 @@ pages: - name: Run a rippled Validator html: run-a-rippled-validator.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: run-rippled-as-a-validator.html targets: @@ -3563,7 +3523,7 @@ pages: - name: rippledバリデータの実行 html: run-a-rippled-validator.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: run-rippled-as-a-validator.html targets: @@ -3571,7 +3531,7 @@ pages: - name: List XRP In Your Exchange html: list-xrp-in-your-exchange.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: list-xrp-as-an-exchange.html targets: @@ -3579,7 +3539,7 @@ pages: - name: 取引所でのXRPの上場 html: list-xrp-in-your-exchange.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: list-xrp-as-an-exchange.html targets: @@ -3587,7 +3547,7 @@ pages: - name: Contribute Code to rippled html: contribute-code-to-rippled.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: contribute-code.html targets: @@ -3595,7 +3555,7 @@ pages: - name: rippledへのコードの提供 html: contribute-code-to-rippled.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: contribute-code.html targets: @@ -3603,7 +3563,7 @@ pages: - name: Contribute Code to ripple-lib html: contribute-code-to-ripple-lib.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: contribute-code.html targets: @@ -3611,7 +3571,7 @@ pages: - name: ripple-libへのコードの提供 html: contribute-code-to-ripple-lib.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: contribute-code.html targets: @@ -3621,7 +3581,7 @@ pages: - md: dev-tools/dev-tools.md html: dev-tools.html parent: docs.html - top_nav_level: 1 + top_nav_grouping: Online Tools blurb: Use these web-based tools to interact with the ledger and test your software. targets: - en @@ -3629,13 +3589,13 @@ pages: - md: dev-tools/dev-tools.ja.md html: dev-tools.html parent: docs.html - top_nav_level: 1 + top_nav_grouping: Online Tools targets: - ja - name: Dev Tools # Redirect page for old broken URL html: dev-tools-dev-tools.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: dev-tools.html targets: @@ -3648,33 +3608,21 @@ pages: targets: - en - ja - template: template-xrp-ledger-rpc-tool.html + template: page-rpc-tool.html.jinja - name: WebSocket API Tool html: websocket-api-tool.html parent: dev-tools.html - template: template-websocket-api-tool.html + template: page-websocket-api-tool.html.jinja canonical_url: https://xrpl.org/websocket-api-tool.html targets: - en - ja - # - name: Data API v2 Tool - # html: data-api-v2-tool.html - # parent: dev-tools.html - # methods_js: js/apitool-methods-data_v2.js - # rest_host: https://data.ripple.com - # doc_page: data-api.html - # sidebar: custom - # targets: - # - en - # - ja - # template: template-rest-api-tool.html - - name: ripple.txt Validator # Redirect from ripple.txt validator to toml html: ripple-txt-validator.html parent: dev-tools.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: xrp-ledger-toml-checker.html targets: @@ -3684,31 +3632,32 @@ pages: - name: xrp-ledger.toml Checker html: xrp-ledger-toml-checker.html parent: dev-tools.html + template: page-toml-checker.html.jinja embed_ripple_lib: true targets: - en - ja - template: template-xrp-ledger-toml-checker.html - name: Domain Verification Checker html: validator-domain-verifier.html parent: dev-tools.html + template: page-validator-domain-verifier.html.jinja targets: - en - ja - template: template-validator-domain-verifier.html - name: XRP Faucets html: xrp-testnet-faucet.html parent: dev-tools.html - template: template-test-net.html + template: page-xrp-faucets.html.jinja targets: - en - ja - - name: XRP Test Net Faucet # Redirect from old URL + # Redirect from old URL + - name: XRP Faucets html: xrp-test-net-faucet.html - template: template-redirect.html + template: pagetype-redirect.html.jinja nav_omit: true redirect_url: xrp-testnet-faucet.html targets: @@ -3718,44 +3667,29 @@ pages: - name: Transaction Sender html: tx-sender.html parent: dev-tools.html + template: page-tx-sender.html.jinja embed_ripple_lib: true targets: - en - ja - template: template-tx-sender.html -# Dev Blog --------------------------------------------------------------------- - - - name: Dev Blog - html: https://xrpl.org/blog/ - parent: docs.html - blurb: Get news about the latest changes to the XRP Ledger protocol and tools. - cta_text: Read the Blog +# "Community" tab -------------------------------------------------------------- + - name: Community + html: contribute.html + parent: index.html + template: page-community.html.jinja + sidebar: disabled + blurb: The XRP Ledger (XRPL) is a community-driven public blockchain ledger. Here’s how you can get involved. targets: - en - - name: 開発者ブログ - html: https://xrpl.org/blog/ - parent: docs.html - blurb: Get news about the latest changes to the XRP Ledger protocol and tools. - cta_text: ブログを読む - targets: - - ja - -# "Contribute" pages ----------------------------------------------------------- - - name: Contribute + # TODO: translate blurb & contents + - name: コミュニティー html: contribute.html parent: index.html - template: template-contribute.html - sidebar: disabled - targets: - - en - - - name: 貢献する - html: contribute.html - parent: index.html - template: template-contribute.html + template: page-community.html.jinja sidebar: disabled + blurb: The XRP Ledger (XRPL) is a community-driven public blockchain ledger. Here’s how you can get involved. targets: - ja @@ -3767,10 +3701,99 @@ pages: - en - ja + - name: Dev Blog + html: https://xrpl.org/blog/ + parent: contribute.html + blurb: Get news about the latest changes to the XRP Ledger protocol and tools. + cta_text: Read the Blog + targets: + - en + + - name: 開発者ブログ + html: https://xrpl.org/blog/ + parent: contribute.html + blurb: Get news about the latest changes to the XRP Ledger protocol and tools. + cta_text: ブログを読む + targets: + - ja + + - name: XRPL Grants + html: https://xrplgrants.org/ + parent: contribute.html + blurb: The XRPL Grants program provides developer grants for XRPL projects. + targets: + - en + - ja + +# Redirects from deprecated "Explore" pages ------------------------------------ + - name: Explore + html: explore.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-ledger-overview.html + nav_omit: true + targets: + - en + + - name: 探る + html: explore.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-ledger-overview.html + nav_omit: true + targets: + - ja + + - name: Wallets + html: wallets.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-overview.html + nav_omit: true + targets: + - en + + - name: ウォレット + html: wallets.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-overview.html + nav_omit: true + targets: + - ja + + - name: Exchanges + html: exchanges.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-overview.html + nav_omit: true + targets: + - en + + - name: 取引所 + html: exchanges.html + template: pagetype-redirect.html.jinja + redirect_url: xrp-overview.html + nav_omit: true + targets: + - ja + + - name: Businesses + html: businesses.html + template: pagetype-redirect.html.jinja + redirect_url: uses.html + nav_omit: true + targets: + - en + + - name: 企業 + html: businesses.html + template: pagetype-redirect.html.jinja + redirect_url: uses.html + nav_omit: true + targets: + - ja + # Custom 404 page - name: 404 Not Found html: 404.html - template: template-404.html + template: page-404.html.jinja nav_omit: true prefix: "/" targets: @@ -3780,7 +3803,7 @@ pages: # Special sitemap file (for better Google indexing) - name: Sitemap html: sitemap.txt - template: template-sitemap.txt + template: sitemap.txt.jinja nav_omit: true targets: - en diff --git a/tool/template-explore-businesses.html b/template/DEPRECATED-explore-businesses.html similarity index 99% rename from tool/template-explore-businesses.html rename to template/DEPRECATED-explore-businesses.html index ee9a97dbce..c12221ee8a 100644 --- a/tool/template-explore-businesses.html +++ b/template/DEPRECATED-explore-businesses.html @@ -1,4 +1,4 @@ -{% extends "template-base.html" %} +{% extends "base.html.jinja" %} {% block head %} diff --git a/tool/template-explore-exchanges.html b/template/DEPRECATED-explore-exchanges.html similarity index 99% rename from tool/template-explore-exchanges.html rename to template/DEPRECATED-explore-exchanges.html index 782b16e1ab..e007fe1714 100644 --- a/tool/template-explore-exchanges.html +++ b/template/DEPRECATED-explore-exchanges.html @@ -1,4 +1,4 @@ -{% extends "template-base.html" %} +{% extends "base.html.jinja" %} {% block head %} diff --git a/tool/template-explore-wallets.html b/template/DEPRECATED-explore-wallets.html similarity index 99% rename from tool/template-explore-wallets.html rename to template/DEPRECATED-explore-wallets.html index 0fa06db34d..27da20a8fd 100644 --- a/tool/template-explore-wallets.html +++ b/template/DEPRECATED-explore-wallets.html @@ -1,4 +1,4 @@ -{% extends "template-base.html" %} +{% extends "base.html.jinja" %} {% block head %} diff --git a/tool/template-base.html b/template/base.html.jinja similarity index 90% rename from tool/template-base.html rename to template/base.html.jinja index 56bcb4d57a..fa872df53f 100644 --- a/tool/template-base.html +++ b/template/base.html.jinja @@ -84,7 +84,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - {% include 'template-top-nav.html' %} + {% include 'component-top-nav.html.jinja' %}
@@ -110,14 +110,14 @@ {% if docs_top.is_ancestor_of(currentpage.html) %} {% set tree_top = docs_top %} {% endif %} - {% include "tree-nav.html" %} + {% include "component-tree-nav.html.jinja" %} {% endblock %} {% endif %}
-{% include 'template-footer.html' %} +{% include 'component-footer.html.jinja' %} @@ -153,27 +153,6 @@ debug: false {% endif %} - - -
- {% block endbody %}{% endblock %} diff --git a/template/component-feedback-widget.html.jinja b/template/component-feedback-widget.html.jinja new file mode 100644 index 0000000000..8c1215a25b --- /dev/null +++ b/template/component-feedback-widget.html.jinja @@ -0,0 +1,21 @@ + + +
+ diff --git a/tool/template-footer.html b/template/component-footer.html.jinja similarity index 100% rename from tool/template-footer.html rename to template/component-footer.html.jinja diff --git a/tool/template-github-edit.html b/template/component-github-edit.html.jinja similarity index 100% rename from tool/template-github-edit.html rename to template/component-github-edit.html.jinja diff --git a/tool/template-label-list.html b/template/component-label-list.html.jinja similarity index 100% rename from tool/template-label-list.html rename to template/component-label-list.html.jinja diff --git a/tool/template-status_not_enabled.html b/template/component-status_not_enabled.html.jinja similarity index 100% rename from tool/template-status_not_enabled.html rename to template/component-status_not_enabled.html.jinja diff --git a/tool/template-status_removed.html b/template/component-status_removed.html.jinja similarity index 100% rename from tool/template-status_removed.html rename to template/component-status_removed.html.jinja diff --git a/template/component-top-nav.html.jinja b/template/component-top-nav.html.jinja new file mode 100644 index 0000000000..f735a37705 --- /dev/null +++ b/template/component-top-nav.html.jinja @@ -0,0 +1,69 @@ +
+ +
diff --git a/tool/tree-nav.html b/template/component-tree-nav.html.jinja similarity index 79% rename from tool/tree-nav.html rename to template/component-tree-nav.html.jinja index 9a43990dc1..18c21c1cb6 100644 --- a/tool/tree-nav.html +++ b/template/component-tree-nav.html.jinja @@ -13,18 +13,18 @@