diff --git a/_config.yml b/_config.yml index 7d4f4acb960b2be410b4d26f7d36778f7336fb64..875d1cdfe1021a1a41a9aca89d939fba819722e7 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ title: Hive Developer description: Hive Developer Documentation. -baseurl: '/' +baseurl: '' url: https://developers.hive.io #google_analytics_key: UA-76480270-4 permalink: /:categories/:title.html @@ -16,86 +16,103 @@ collections: introduction: title: Introduction id: introduction + namespace: introduction position: 1 output: true contributors: title: Contributors id: contributors + namespace: contributors position: 2 output: true quickstart: title: Quickstart id: quickstart + namespace: quickstart position: 3 output: true javascript: title: Javascript id: javascript + namespace: javascript position: 4 output: true tutorials: title: Tutorials id: tutorials + namespace: tutorials position: 5 output: true services: title: Services id: services + namespace: services position: 6 output: true layer2: title: Layer 2 id: layer2 + namespace: layer2 position: 7 output: true nodeop: title: Node Operation id: nodeop + namespace: nodeop position: 8 output: true resources: title: Resources id: resources + namespace: resources position: 9 output: true glossary: title: Glossary id: glossary + namespace: glossary position: 10 output: true tutorials-recipes: title: Recipes id: tutorials-recipes + namespace: tutorials-recipes position: 11 output: true tutorials-javascript: title: Javascript Tutorials id: tutorials-javascript + namespace: tutorials-javascript position: 12 output: true tutorials-python: title: Python Tutorials id: tutorials-python + namespace: tutorials-python position: 13 output: true apidefinitions: title: API Definitions id: apidefinitions + namespace: apidefinitions position: 14 output: true testnet: title: Testnet id: testnet + namespace: testnet position: 15 output: true tutorials-ruby: title: Ruby Tutorials id: tutorials-ruby + namespace: tutorials-ruby position: 16 output: true tutorials-php: title: Ruby Tutorials id: tutorials-php + namespace: tutorials-php position: 17 output: true diff --git a/_data/nav.yml b/_data/nav.yml index 698a9d53004880f7252c79dcbf5b913c1ff8a80f..521b95187d17e0b2f7b026606ddf4e0949c106bd 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,57 +1,71 @@ toc: - title: titles.introduction collection: "introduction" - url: "/" + namespace: introduction + permalink: "/" position: 1 - title: titles.quickstart collection: "quickstart" - url: "/quickstart/" + namespace: quickstart + permalink: "/quickstart/" position: 2 exclude: true - title: titles.json_rpc_methods - collection: apidefinitions - url: "/apidefinitions/" + collection: "apidefinitions" + namespace: apidefinitions + permalink: "/apidefinitions/" exclude: true position: 3 - title: titles.tutorials collection: "tutorials" - url: "/tutorials/" + namespace: tutorials + permalink: "/tutorials/" position: 4 exclude: true docs: - title: titles.javascript collection: tutorials-javascript + namespace: tutorials-javascript - title: titles.python collection: tutorials-python + namespace: tutorials-python - title: titles.php collection: tutorials-php + namespace: tutorials-php - title: titles.ruby collection: tutorials-ruby + namespace: tutorials-ruby - title: titles.recipes collection: tutorials-recipes + namespace: tutorials-recipes - title: titles.services collection: "services" - url: "/services/" + namespace: services + permalink: "/services/" position: 5 exclude: true - title: titles.node_config collection: "nodeop" - url: "/nodeop/" + namespace: nodeop + permalink: "/nodeop/" position: 6 exclude: true top_level_section: true - title: titles.layer2 collection: "layer2" - url: "/layer2/" + namespace: layer2 + permalink: "/layer2/" position: 7 exclude: true - title: titles.resources collection: "resources" - url: "/resources/" + namespace: resources + permalink: "/resources/" exclude: true position: 8 - title: titles.glossary collection: "glossary" - url: "/glossary/" + namespace: glossary + permalink: "/glossary/" position: 9 exclude: true diff --git a/_i18n/de.yml b/_i18n/de.yml index 713ba5a06eb8cab13988c3f834a224b2d641a2f9..308bbb62ee323e2f7b93993474937be6dae1ec0b 100644 --- a/_i18n/de.yml +++ b/_i18n/de.yml @@ -1,19 +1,143 @@ global: - english: English - hindi: हिनà¥à¤¦à¥€ - russian: РуÑÑкий - german: Deutsch - french: Français - chinese: æ±‰è¯ + en: Englisch + hi: हिनà¥à¤¦à¥€ + ru: Russisch + de: Deutsch + fr: Französisch + zh: æ±‰è¯ titles: - index: API Docs - api-def: API Definitions - layer2: Layer 2 - resources: Resources - services: Services - search: Search - quickstart: Quickstart - welcome: Intro to Hive + home: API Dokumentation + api-def: API-Definitionen + introduction: Einleitung + json_rpc_methods: JSON-RPC-Methoden + tutorials: Anleitungen + layer2: Ebene 2 + resources: Ressourcen + services: Dienste + glossary: Lexikon + search: Suchen + quickstart: Schnellstart + welcome: Einführung in Hive web2web3: Web2 vs Web3 - workflow: Developer workflow + workflow: Entwickler-Workflow + nodes: Hive Nodes + accounts: Konten + authentication: Authentifizierung + sdk: SDK Bibliotheken + getset: Holen und setzen + testnet: Hive Testnet + account_by_key_api: Account By Key API + account_history_api: Account history API + block_api: Block API + bridge: Bridge + condenser_api: Condenser API + database_api: Database API + debug_node_api: Debug Node API + follow_api: Follow API + json_rpc: JSON RPC + market_history_api: Market History API + network_broadcast_api: Network Broadcast API + rc_api: RC API + reputation_api: Reputation API + rewards_api: Rewards API + tags_api: Tags API + transaction_status_api: Transaction Status API + witness_api: Witness API + wallet_bridge_api: Wallet Bridge API + broadcast_ops: OPS übertragen + broadcast_ops_custom: OPS-eigene Broadcast + condenser: Condenser + vision: Vision + imagehoster: ImageHoster + videohoster: VideoHoster + hivesigner: Hivesigner + jussi: Jussi + dhf: DHF + hive_engine: Hive Engine + honeycomb: HoneyComb + vsc: VSC + overview: Übersicht + whitepaper: Whitepaper + hivesigner_libs: Hivesigner Libs + hive_keychain: Hive Keychain + tools: Werkzeuge + community_help: Community & Hilfe + chain_basics: Kettengrundlagen + governance: Governance + transactions: Transaktionen + api: API + market: Markt + exchange_node: Austauschknoten + get_transaction_node: Transaktionsknoten abrufen + jussi_multiplexer: Verwendung von Jussi als Multiplexer + mira_performance_tuning: MIRA Performance Tuning + monit: Einen Knoten mithilfe von Monit verwalten + node_cli: Befehlszeilenoption + node_config: Node Konfiguration + plug_and_api_list: Plugin & API Liste + seed_node: Seed Knoten + setting_up_testnet: Testnet einrichten + using_hivemind: Hivemind verwenden + account_creation_process: Kontoerstellung Prozess + calculate_rc_recipe: Berechnung der RC-Kosten + estimate_upvote: Schätzen Sie den Wert einer positiven Abstimmung + forum_market_bandwidth: Forum/Marktbreite + paginated_api_methods: Paginierte API-Methoden + rc_bandwidth_parameters: RC Bandbreitenparameter + rc_bandwidth_system: RC-Bandbreitensystem + sso: Einmaliges Anmelden + understanding_configuration_values: Konfigurationswerte verstehen + understanding_dynamic_props: Dynamische globale Eigenschaften verstehen + understanding_transaction_status: Transaktionsstatus verstehen + vest_to_hive: Umwandlung von VESTS in HIVE + virtual_operations_streaming: Streame Blockchain Transaktionen + account_reputation: Kunden-Ruf + blog_feed: Blog-Feed + claim_rewards: Belohnungen abholen + client_signing: Kundensignierung + convert_hbd_to_hive: HBD in HIVE umwandeln + convert_hive_to_hbd: HIVE zu HBD konvertieren + create_account: Konto erstellen + delegate_power: Delegierte Hive-Power + edit_content_patching: Inhaltspatch bearbeiten + follow_user: Folge Benutzer + get_account_comments: Kundenkommentare abrufen + get_account_replies: Kundenantworten erhalten + get_delegations_by_user: Erhalte Delegationen von Benutzer + get_follower_and_following: Follower und folgende Liste erhalten + get_post_comments: Beitragskommentare + get_post_details: Beitragsdetails abrufen + get_posts: Beiträge abrufen + get_state_replacement: Staatliche Ersetzungs-API erhalten + get_voters_list: Wählerliste beim Beitrag abrufen + getting_started: Erste Schritte + grant_active_permission: Aktive Berechtigung erteilen + grant_posting_permission: Einsendungsberechtigung gewähren + power_down: Power Down + power_up: Bienenstock + reblogging_post: Reblogging-Beitrag + search_accounts: Konten durchsuchen + search_tags: Tags suchen + set_withdraw_route: Auszahlungen + stream_blockchain_transactions: Stream-Blockchain-Transaktionen + submit_comment_reply: Kommentar Antwort senden + submit_post: Beitrag einreichen + tic_tac_toe: Ein dezentralisiertes Spiel auf Hive erstellen + transfer_hive_and_hbd: HIVE und HBD übertragen + vote_on_content: Details über Abstimmung + witness_listing_and_voting: Zeugenliste und Abstimmung + account_recovery: Kontowiederherstellung + password_key_change: Passwortschlüssel ändern + rc_dev: Ressourcen-Credit System Entwicklerhandbuch + transfer_hive_and_hbd_savings: Übertragung von HIVE und HBD auf Sparguthaben + using_keys_securely: Schlüssel sicher verwenden + how_to_serialize: Wie man Hive-Transaktionen serialisiert und signiert + using_multisignature_accounts: Multisignatur-Konten verwenden + round_trip: Rundreise + javascript: JavaScript + python: Python + ruby: Ruby + php: PHP + recipes: Rezepte + node_operation: Knoten-Operationen diff --git a/_i18n/fr.yml b/_i18n/fr.yml index 713ba5a06eb8cab13988c3f834a224b2d641a2f9..c2bd0a92cc1403a5f27870011b2271ad9be296d7 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -1,19 +1,143 @@ global: - english: English - hindi: हिनà¥à¤¦à¥€ - russian: РуÑÑкий - german: Deutsch - french: Français - chinese: æ±‰è¯ + en: Anglais + hi: हिनà¥à¤¦à¥€ + ru: РуÑÑкий + de: Allemand + fr: Français + zh: æ±‰è¯ titles: - index: API Docs - api-def: API Definitions - layer2: Layer 2 - resources: Resources + home: Documentation de l’API + api-def: Définitions de l'API + introduction: Introduction + json_rpc_methods: Méthodes JSON-RPC + tutorials: Tutoriels + layer2: Couche 2 + resources: Ressources services: Services - search: Search - quickstart: Quickstart - welcome: Intro to Hive + glossary: Glossaire + search: Rechercher + quickstart: Démarrage rapide + welcome: Introduction à la Hive web2web3: Web2 vs Web3 - workflow: Developer workflow + workflow: Flux de travail des développeurs + nodes: Hive Nodes + accounts: Comptes + authentication: Authentification + sdk: Librairies SDK + getset: Obtenir et définir + testnet: Hive Testnet + account_by_key_api: Account By Key API + account_history_api: Account history API + block_api: Block API + bridge: Bridge + condenser_api: Condenser API + database_api: Database API + debug_node_api: Debug Node API + follow_api: Follow API + json_rpc: JSON-RPC + market_history_api: Market History API + network_broadcast_api: Network Broadcast API + rc_api: RC API + reputation_api: Reputation API + rewards_api: Rewards API + tags_api: Tags API + transaction_status_api: Transaction Status API + witness_api: Witness API + wallet_bridge_api: Wallet Bridge API + broadcast_ops: Diffusion OPS + broadcast_ops_custom: Diffuser les OPS personnalisés + condenser: Condenser + vision: Vision + imagehoster: ImageHoster + videohoster: VideoHoster + hivesigner: Hivesigner + jussi: Jussi + dhf: DHF + hive_engine: Hive Engine + honeycomb: HoneyComb + vsc: VSC + overview: Aperçu + whitepaper: Livre blanc + hivesigner_libs: Hivesigner Libs + hive_keychain: Hive Keychain + tools: Outils + community_help: Communauté et aide + chain_basics: Chaînes de base + governance: Gouvernance + transactions: Les Transactions + api: API + market: Marché + exchange_node: Noeud d'échange + get_transaction_node: Obtenir le noeud de la transaction + jussi_multiplexer: Utiliser jussi comme Multiplexeur + mira_performance_tuning: Réglage des performances MIRA + monit: Gérer un Node utilisant un Monit + node_cli: Option de la ligne de commande + node_config: Configuration du noeud + plug_and_api_list: Liste des plugins et API + seed_node: NÅ“ud de graine + setting_up_testnet: Mise en place du réseau de test + using_hivemind: Utiliser Hivemind + account_creation_process: Processus de création de compte + calculate_rc_recipe: Calcul des coûts de la RC + estimate_upvote: Estimer la valeur d'un vote positif + forum_market_bandwidth: Forum/Bande passante du marché + paginated_api_methods: Méthodes API paginées + rc_bandwidth_parameters: Paramètres de bande passante RC + rc_bandwidth_system: Système de bande passante RC + sso: Single Sign-on + understanding_configuration_values: Comprendre les valeurs de configuration + understanding_dynamic_props: Comprendre les propriétés globales dynamiques + understanding_transaction_status: Comprendre le statut de la transaction + vest_to_hive: Conversion de VESTS en HIVE + virtual_operations_streaming: Stream Blockchain Transactions + account_reputation: Réputation du compte + blog_feed: Flux du blog + claim_rewards: Réclamer mes récompenses + client_signing: Signature du client + convert_hbd_to_hive: Convertir HBD en HIVE + convert_hive_to_hbd: Convertir HIVE en HBD + create_account: Création du compte + delegate_power: Pouvoir délégué + edit_content_patching: Modifier les correctifs de contenu + follow_user: Suivre l'utilisateur + get_account_comments: Obtenir les commentaires du compte + get_account_replies: Obtenir des réponses du compte client + get_delegations_by_user: Obtenir les délégations par utilisateur + get_follower_and_following: Obtenir la liste des abonnés et des suivis + get_post_comments: Obtenir les commentaires de publication + get_post_details: Obtenir les détails de la publication + get_posts: Obtenir des messages + get_state_replacement: Obtenir l'API de remplacement d'état + get_voters_list: Obtenir la liste des votants sur la publication + getting_started: Bien démarrer + grant_active_permission: Accorder la permission active + grant_posting_permission: Accorder la permission de Publier + power_down: Diminuer son influence + power_up: Power Up Hive + reblogging_post: Reblogging Post + search_accounts: Rechercher des comptes + search_tags: Rechercher des tags + set_withdraw_route: Définir la route de retrait + stream_blockchain_transactions: Stream Blockchain Transactions + submit_comment_reply: Soumettre une réponse au commentaire + submit_post: Envoyer la publication + tic_tac_toe: Créer un jeu décentralisé sur la Ruche + transfer_hive_and_hbd: Transférer HIVE et HBD + vote_on_content: Contenu de Vote + witness_listing_and_voting: Liste des témoins et vote + account_recovery: Récupération du compte + password_key_change: Changement de clé de mot de passe + rc_dev: Guide du développeur du système de crédit de ressources + transfer_hive_and_hbd_savings: Transférer HIVE et HBD vers le solde des économies + using_keys_securely: Utiliser les touches en toute sécurité + how_to_serialize: Comment sérialiser et signer les transactions Hive + using_multisignature_accounts: Utiliser des comptes multi-signatures + round_trip: Aller-Retour + javascript: Javascript + python: Python + ruby: Ruby + php: PHP + recipes: Recette + node_operation: Opération de noeud diff --git a/_i18n/hi.yml b/_i18n/hi.yml index 713ba5a06eb8cab13988c3f834a224b2d641a2f9..944cce3c26d0ce93eece4363c2dadc4f2ac5f0cb 100644 --- a/_i18n/hi.yml +++ b/_i18n/hi.yml @@ -1,19 +1,147 @@ global: - english: English - hindi: हिनà¥à¤¦à¥€ - russian: РуÑÑкий - german: Deutsch - french: Français - chinese: æ±‰è¯ + en: अंगà¥à¤°à¥‡à¤œà¥€ + hi: हिनà¥à¤¦à¥€ + ru: РуÑÑкий + de: Deutsch + fr: Français + zh: æ±‰è¯ titles: - index: API Docs + home: à¤à¤ªà¥€à¤†à¤ˆ दसà¥à¤¤à¤¾à¤µà¥‡à¤œà¤¼ api-def: API Definitions - layer2: Layer 2 - resources: Resources - services: Services - search: Search - quickstart: Quickstart + introduction: परिचय + json_rpc_methods: JSON-RPC Methods + tutorials: टà¥à¤¯à¥‚टोरियल + layer2: परत 2 + resources: संसाधन + services: सेवाà¤à¤‚ + glossary: शबà¥à¤¦à¤¾à¤µà¤²à¥€ + search: खोज + quickstart: दà¥à¤°à¥à¤¤-आरंà¤à¤• welcome: Intro to Hive - web2web3: Web2 vs Web3 + web2web3: Web2 बनाम Web3 workflow: Developer workflow + nodes: Hive Nodes + accounts: खाते + authentication: पà¥à¤°à¤®à¤¾à¤£à¥€à¤•रण + sdk: SDK Libraries + getset: Get and Set + testnet: Hive Testnet + account_by_key_api: Account By Key API + account_history_api: Account history API + block_api: Block API + bridge: Bridge + condenser_api: Condenser API + database_api: Database API + debug_node_api: Debug Node API + follow_api: Follow API + json_rpc: JSON RPC + market_history_api: Market History API + network_broadcast_api: Network Broadcast API + rc_api: RC API + reputation_api: Reputation API + rewards_api: Rewards API + tags_api: Tags API + transaction_status_api: Transaction Status API + witness_api: Witness API + wallet_bridge_api: Wallet Bridge API + broadcast_ops: Broadcast OPS + broadcast_ops_custom: Broadcast OPS Custom + condenser: Condenser + vision: Vision + imagehoster: ImageHoster + videohoster: VideoHoster + hivesigner: Hivesigner + jussi: Jussi + dhf: DHF + hive_engine: Hive Engine + honeycomb: HoneyComb + vsc: VSC + overview: अवलोकन + whitepaper: सफ़ेद कागज + hivesigner_libs: Hivesigner Libs + hive_keychain: Hive Keychain + tools: टूलà¥à¤¸ + community_help: Community & Help + chain_basics: Chain Basics + governance: Governance + transactions: लेनदेन + api: API + market: बाज़ार + exchange_node: Exchange Node + get_transaction_node: Get Transaction Node + jussi_multiplexer: Using jussi as a Multiplexer + mira_performance_tuning: MIRA Performance Tuning + monit: Managing a Node Using Monit + node_cli: कमांड लाइन विकलà¥à¤ª + node_config: नोड कॉनà¥à¤«à¤¼à¤¿à¤— + plug_and_api_list: Plugin & API List + seed_node: Seed Node + setting_up_testnet: Setting Up Testnet + using_hivemind: Using Hivemind + account_creation_process: Account creation process + calculate_rc_recipe: Calculating RC costs + estimate_upvote: Estimate the value of an upvote + forum_market_bandwidth: Forum/Market Bandwidth + paginated_api_methods: Paginated API Methods + rc_bandwidth_parameters: RC Bandwidth Parameters + rc_bandwidth_system: RC Bandwidth System + sso: à¤à¤• बार दरà¥à¤œ करना + understanding_configuration_values: Understanding Configuration Values + understanding_dynamic_props: Understanding Dynamic Global Properties + understanding_transaction_status: Understanding Transaction Status + vest_to_hive: Converting VESTS to HIVE + virtual_operations_streaming: Streaming blockchain transactions + account_reputation: Account Reputation + blog_feed: Blog Feed + claim_rewards: ईनाम दावा करें + client_signing: Client Signing + convert_hbd_to_hive: à¤à¤šà¤¬à¥€à¤¡à¥€ को हाइव में बदलें + convert_hive_to_hbd: Convert HIVE To HBD + create_account: खाता बनाà¤à¤ + delegate_power: पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¯à¥‹à¤œà¤¿à¤¤ हाइव पावर + edit_content_patching: Edit Content Patching + follow_user: फॉलो करें + get_account_comments: Get Account Comments + get_account_replies: Get Account Replies + get_delegations_by_user: Get Delegations By User + get_follower_and_following: Get Follower And Following List + get_post_comments: Get Post Comments + get_post_details: Get Post Details + get_posts: Get Posts + get_state_replacement: Get State Replacement API + get_voters_list: Get Voters List On Post + getting_started: शà¥à¤°à¥‚ करें + grant_active_permission: Grant Active Permission + grant_posting_permission: पोसà¥à¤Ÿ करने की अनà¥à¤®à¤¤à¤¿ दें + power_down: पावर नीचे करे + power_up: Power Up Hive + reblogging_post: Reblogging Post + search_accounts: Search Accounts + search_tags: टैग खोजें + set_withdraw_route: निकाशी मारà¥à¤— + stream_blockchain_transactions: Stream Blockchain Transactions + submit_comment_reply: Submit Comment Reply + submit_post: Submit Post + tic_tac_toe: Making a Decentralized Game on Hive + transfer_hive_and_hbd: Transfer HIVE and HBD + vote_on_content: Vote On Content + witness_listing_and_voting: Witness Listing And Voting + account_recovery: अकाउंट पà¥à¤¨à¤°à¥à¤ªà¥à¤°à¤¾à¤ªà¥à¤¤à¤¿ + password_key_change: Password Key Change + rc_dev: Resource Credit System Developer Guide + transfer_hive_and_hbd_savings: Transfer HIVE And HBD To Savings Balance + using_keys_securely: Using Keys Securely + how_to_serialize: How to serialize and sign Hive transactions + using_multisignature_accounts: Using Multisignature Accounts + round_trip: Round Trip + javascript: JavaScript + python: Python + ruby: Ruby + php: PHP + recipes: नà¥à¤¸à¤–ा + node_operation: Node Operation + + + + diff --git a/_i18n/ru.yml b/_i18n/ru.yml index 713ba5a06eb8cab13988c3f834a224b2d641a2f9..7c77ab7015014c04602aa6ec84cd12e6236bafe6 100644 --- a/_i18n/ru.yml +++ b/_i18n/ru.yml @@ -1,19 +1,147 @@ global: - english: English - hindi: हिनà¥à¤¦à¥€ - russian: РуÑÑкий - german: Deutsch - french: Français - chinese: æ±‰è¯ + en: ÐнглийÑкий + hi: हिनà¥à¤¦à¥€ + ru: РуÑÑкий + de: Ðемецкий + fr: ФранцузÑкий + zh: æ±‰è¯ titles: - index: API Docs - api-def: API Definitions - layer2: Layer 2 - resources: Resources - services: Services - search: Search - quickstart: Quickstart - welcome: Intro to Hive - web2web3: Web2 vs Web3 - workflow: Developer workflow + home: Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ API + api-def: ÐžÐ¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ API + introduction: Введение + json_rpc_methods: Методы JSON-RPC + tutorials: Обучение + layer2: Слой 2 + resources: РеÑурÑÑ‹ + services: Службы + glossary: Словарь терминов + search: ПоиÑк + quickstart: БыÑтрый Ñтарт + welcome: Введение в Hive + web2web3: Сравнение Web2 и Web3 + workflow: Рабочий процеÑÑ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ° + nodes: Hive Nodes + accounts: Ðккаунты + authentication: ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ + sdk: Библиотеки SDK + getset: Получить и уÑтановить + testnet: Hive Testnet + account_by_key_api: Account By Key API + account_history_api: Account history API + block_api: Block API + bridge: Bridge + condenser_api: Condenser API + database_api: Database API + debug_node_api: Debug Node API + follow_api: Follow API + json_rpc: JSON-RPC + market_history_api: Market History API + network_broadcast_api: Network Broadcast API + rc_api: RC API + reputation_api: Reputation API + rewards_api: Rewards API + tags_api: Tags API + transaction_status_api: Transaction Status API + witness_api: Witness API + wallet_bridge_api: Wallet Bridge API + broadcast_ops: ТранÑлÑÑ†Ð¸Ñ OPS + broadcast_ops_custom: ТранÑлÑÑ†Ð¸Ñ OPS ÐаÑтраиваемый + condenser: Condenser + vision: Vision + imagehoster: ImageHoster + videohoster: VideoHoster + hivesigner: Hivesigner + jussi: Jussi + dhf: DHF + hive_engine: Hive Engine + honeycomb: HoneyComb + vsc: VSC + overview: Обзор + whitepaper: Ð‘ÐµÐ»Ð°Ñ Ð±ÑƒÐ¼Ð°Ð³Ð° + hivesigner_libs: Hivesigner Libs + hive_keychain: Hive Keychain + tools: ИнÑтрументы + community_help: СообщеÑтво и помощь + chain_basics: ОÑновы цепи + governance: РуководÑтво + transactions: Транзакции + api: API + market: Рынок + exchange_node: Узел Ð´Ð»Ñ Ð¾Ð±Ð¼ÐµÐ½Ð° + get_transaction_node: Получить узел транзакции + jussi_multiplexer: ИÑпользовать jussi как мультиплекÑор + mira_performance_tuning: ÐаÑтройка производительноÑти MIRA + monit: Управление узлом Ñ Ð¸Ñпользованием Monit + node_cli: Параметры командной Ñтроки + node_config: ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑƒÐ·Ð»Ð° + plug_and_api_list: Плагин и СпиÑок API + seed_node: Семенной узел + setting_up_testnet: ÐаÑтройка Testnet + using_hivemind: ИÑпользование Hivemind + account_creation_process: ПроцеÑÑ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи + calculate_rc_recipe: РаÑчет затрат RC + estimate_upvote: ПодÑчитать значение голоÑа "за" + forum_market_bandwidth: Форум/пропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть рынка + paginated_api_methods: Методы API Ñ Ñ€Ð°Ð·Ð±Ð¸ÐµÐ½Ð¸ÐµÐ¼ на Ñтраницы + rc_bandwidth_parameters: Параметры пропуÑкной ÑпоÑобноÑти RC + rc_bandwidth_system: RC ÑиÑтема передачи данных + sso: Единый вход SSO + understanding_configuration_values: Понимание значений конфигурации + understanding_dynamic_props: Понимание динамичеÑких глобальных ÑвойÑтв + understanding_transaction_status: Понимание ÑтатуÑа транзакции + vest_to_hive: ÐšÐ¾Ð½Ð²ÐµÑ€Ñ‚Ð°Ñ†Ð¸Ñ VESTS в HIVE + virtual_operations_streaming: Транзакции потока блокчейн + account_reputation: Ð ÐµÐ¿ÑƒÑ‚Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° + blog_feed: Блог Feed + claim_rewards: Получить награду + client_signing: ПодпиÑка клиента + convert_hbd_to_hive: Конвертировать HBD в HIVE + convert_hive_to_hbd: Превратить HIVE в HBD + create_account: Создать Ðккаунт + delegate_power: Ð”ÐµÐ»ÐµÐ³Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ñила + edit_content_patching: Редактировать патч Ñодержимого + follow_user: ПодпиÑатьÑÑ Ð½Ð° Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ + get_account_comments: Получить комментарии клиента + get_account_replies: Получить ответы на вопроÑÑ‹ клиента + get_delegations_by_user: Получить делегатов от ÐŸÐ¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ + get_follower_and_following: СпиÑок подпиÑчиков и подпиÑчиков + get_post_comments: Получить комментарии к ÑообщениÑм + get_post_details: Получить информацию о запиÑи + get_posts: ПоÑты + get_state_replacement: Получить API замены ÑоÑтоÑÐ½Ð¸Ñ + get_voters_list: Получить ÑпиÑок избирателей на поÑÑ‚ + getting_started: Ðачало работы + grant_active_permission: ПредоÑтавить Ðктивное Разрешение + grant_posting_permission: ПредоÑтавить разрешение на публикацию + power_down: Понижение Ñилы + power_up: Улучшить Hive Ñилы + reblogging_post: РепоÑтнутый поÑÑ‚ + search_accounts: ПоиÑк клиента + search_tags: ПоиÑк тегов + set_withdraw_route: УÑтановить маршрут вывода + stream_blockchain_transactions: Транзакции потока блокчейн + submit_comment_reply: Отправить ответ на комментарий + submit_post: Опубликовать запиÑÑŒ + tic_tac_toe: Ð”ÐµÑ†ÐµÐ½Ñ‚Ñ€Ð°Ð»Ð¸Ð·Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð¸Ð³Ñ€Ð° на Hive + transfer_hive_and_hbd: Передача HIVE и HBD + vote_on_content: ГолоÑовать за контент + witness_listing_and_voting: СпиÑок заверителей и голоÑование + account_recovery: ВоÑÑтановление аккаунта + password_key_change: Изменение Ð¿Ð°Ñ€Ð¾Ð»Ñ ÐºÐ»ÑŽÑ‡Ð° + rc_dev: РуководÑтво разработчика ÑиÑтемы ÐºÑ€ÐµÐ´Ð¸Ñ‚Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ€ÐµÑурÑов + transfer_hive_and_hbd_savings: Передача HIVE и HBD на Ñберегательный Ð±Ð°Ð»Ð°Ð½Ñ + using_keys_securely: БезопаÑное иÑпользование ключей + how_to_serialize: Как Ñериализовать и подпиÑывать Hive транзакции + using_multisignature_accounts: ИÑпользование аккаунтов Ñ Ð¼ÑƒÐ»ÑŒÑ‚Ð¸Ð¿Ð¾Ð´Ð¿Ð¸Ñью + round_trip: ÐšÑ€ÑƒÐ³Ð»Ð°Ñ Ð¿Ð¾ÐµÐ·Ð´ÐºÐ° + javascript: Javascript + python: Python + ruby: Ruby + php: PHP + recipes: Рецепты + node_operation: Операции Ñ ÑƒÐ·Ð»Ð°Ð¼Ð¸ + + + + diff --git a/_i18n/zh.yml b/_i18n/zh.yml index 713ba5a06eb8cab13988c3f834a224b2d641a2f9..a5919488ca2f667b31b83285ceee4e55a734d748 100644 --- a/_i18n/zh.yml +++ b/_i18n/zh.yml @@ -1,19 +1,147 @@ global: - english: English - hindi: हिनà¥à¤¦à¥€ - russian: РуÑÑкий - german: Deutsch - french: Français - chinese: æ±‰è¯ + en: è‹±è¯ + hi: हिनà¥à¤¦à¥€ + ru: ä¿„è¯ + de: å¾·è¯ + fr: æ³•è¯ + zh: æ±‰è¯ titles: - index: API Docs - api-def: API Definitions - layer2: Layer 2 - resources: Resources - services: Services - search: Search - quickstart: Quickstart - welcome: Intro to Hive - web2web3: Web2 vs Web3 - workflow: Developer workflow + home: API 文档 + api-def: API 定义 + introduction: 简介 + json_rpc_methods: JSON-RPC 方法 + tutorials: 教程 + layer2: 第2层 + resources: èµ„æº + services: æœåŠ¡ + glossary: ä¸“ä¸šæœ¯è¯ + search: æœç´¢ + quickstart: 快速入门 + welcome: Hive 简介 + web2web3: Web2 与 Web3 + workflow: 开呿µç¨‹ + nodes: Hive Nodes + accounts: 叿ˆ· + authentication: è®¤è¯ + sdk: SDK 库 + getset: 获å–并设置 + testnet: Hive 测试网路 + account_by_key_api: Account By Key API + account_history_api: Account History API + block_api: Block API + bridge: Bridge + condenser_api: Condenser API + database_api: Database API + debug_node_api: Debug Node API + follow_api: Follow API + json_rpc: JSON-RPC + market_history_api: Market History API + network_broadcast_api: Network Broadcast API + rc_api: RC API + reputation_api: Reputation API + rewards_api: Rewards API + tags_api: Tags API + transaction_status_api: Transaction Status API + witness_api: Witness API + wallet_bridge_api: Wallet Bridge API + broadcast_ops: Broadcast OPS + broadcast_ops_custom: Broadcast OPS Custom + condenser: Condenser + vision: Vision + imagehoster: ImageHoster + videohoster: VideoHoster + hivesigner: Hivesigner + jussi: Jussi + dhf: DHF + hive_engine: Hive Engine + honeycomb: HoneyComb + vsc: VSC + overview: 概览 + whitepaper: 白皮书 + hivesigner_libs: Hivesigner Libs + hive_keychain: Hive Keychain + tools: 工具 + community_help: 社群互助 + chain_basics: 链å¼åŸºç¡€çŸ¥è¯† + governance: æ²»ç† + transactions: 交易 + api: API + market: 市场 + exchange_node: Exchange 节点 + get_transaction_node: 获å–交易节点 + jussi_multiplexer: 使用 jussiä½œä¸ºå¤šè·¯ç¨‹åº + mira_performance_tuning: MIRA 性能调整 + monit: 管ç†ä¸€ä¸ªä½¿ç”¨ Monit 的节点 + node_cli: 命令行选项 + node_config: 节点é…ç½® + plug_and_api_list: æ’ä»¶ & API 列表 + seed_node: ç§å节点 + setting_up_testnet: 设置测试网 + using_hivemind: 使用 Hivemind + account_creation_process: 叿ˆ·åˆ›å»ºè¿‡ç¨‹ + calculate_rc_recipe: 计算RC æˆæœ¬ + estimate_upvote: 估计一个赞æˆç¥¨çš„价值 + forum_market_bandwidth: 论å›/市场带宽 + paginated_api_methods: 分页 API 方法 + rc_bandwidth_parameters: RC 另宽傿•° + rc_bandwidth_system: RC 带宽系统 + sso: 统一登录 + understanding_configuration_values: ç†è§£é…置值 + understanding_dynamic_props: 了解动æ€å…¨å±€å±žæ€§ + understanding_transaction_status: 通过哈希ç†è§£äº¤æ˜“çŠ¶æ€ + vest_to_hive: æ£åœ¨å°†VESTS转æ¢ä¸ºHIVE + virtual_operations_streaming: æµåŒºå—链交易 + account_reputation: 账户信誉积分 + blog_feed: åšå®¢è®¢é˜… + claim_rewards: 认领奖励 + client_signing: 客户ç¾å + convert_hbd_to_hive: å°†HBD转æ¢ä¸ºHIVE + convert_hive_to_hbd: 将艾滋病毒转æ¢ä¸º HBD + create_account: åˆ›å»ºå¸æˆ· + delegate_power: 已委托的 Hive Power + edit_content_patching: ç¼–è¾‘å†…å®¹ä¿®è¡¥ä¸ + follow_user: å…³æ³¨ä¸€ä¸ªä½ æ„Ÿå…´è¶£çš„äºº + get_account_comments: 获å–叿ˆ·è¯„论 + get_account_replies: 获å–叿ˆ·å›žå¤ + get_delegations_by_user: 按用户获å–代表团 + get_follower_and_following: 获å–关注者和关注者列表 + get_post_comments: 获å–帖å评论 + get_post_details: 获å–帖åè¯¦ç»†ä¿¡æ¯ + get_posts: 获å–帖å + get_state_replacement: 获å–çŠ¶æ€æ›¿æ¢ API + get_voters_list: 在帖åä¸èŽ·å–选民列表 + getting_started: 开始使用 + grant_active_permission: 授予活动æƒé™ + grant_posting_permission: 授予 Posting æƒé™ + power_down: å‡å°‘èƒ½é‡ + power_up: 增强HIVE + reblogging_post: 釿–°åšæ–‡ + search_accounts: æœç´¢å¸å· + search_tags: æœç´¢æ ‡ç¾ + set_withdraw_route: å–出到其它账户 + stream_blockchain_transactions: æµåŒºå—链交易 + submit_comment_reply: æäº¤è¯„è®ºå›žå¤ + submit_post: æäº¤å¸–å + tic_tac_toe: 在Hive ä¸Šåˆ¶ä½œä¸€ä¸ªåˆ†æ•£çš„æ¸¸æˆ + transfer_hive_and_hbd: ä¼ è¾“è‰¾æ»‹ç—…æ¯’ä¸ŽHBD + vote_on_content: 投票内容 + witness_listing_and_voting: è¯äººåå•和表决 + account_recovery: å›žæ”¶è´¦å· + password_key_change: 密ç 密钥更改 + rc_dev: 资æºä¿¡ç”¨ç³»ç»Ÿå¼€å‘è€…æŒ‡å— + transfer_hive_and_hbd_savings: 将艾滋病毒和HBDè½¬ç§»åˆ°å‚¨è“„ä½™é¢ + using_keys_securely: 安全使用密钥 + how_to_serialize: 如何åºåˆ—化和ç¾å Hive 交易 + using_multisignature_accounts: 使用多ç¾å账户 + round_trip: 往返 + javascript: JavaScript + python: Python + ruby: Ruby + php: PHP + recipes: é…æ–¹ + node_operation: 节点æ“作 + + + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index fc5703aba91f9ecfa05857729f3e36fe0c90128f..edb23c1bc2fa495100d105bca1e8994faf33419d 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -3,9 +3,9 @@ {% assign sorted_nav = site.data.nav.toc | sort: "position" %} {% for nav in sorted_nav %} {% assign col = site.collections | where:"id", nav.collection | first %} - <section class="pnl-main-nav-section main-nav-section" url="{{ nav.url | relative_url }}"> + <section class="pnl-main-nav-section main-nav-section" url="{{ site.baseurl }}{{nav.permalink}}"> {% if nav.top_level_section %} - <a href="{{ nav.url | relative_url }}"><h6 class="ctrl-nav-section title">{% t nav.title %}</h6></a> + <a href="{{ site.baseurl }}{{nav.permalink}}"><h6 class="ctrl-nav-section title">{% t nav.title %}</h6></a> {% else %} <h6 class="ctrl-nav-section title">{% t nav.title %}</h6> {% endif %} @@ -13,9 +13,9 @@ {% if nav.docs %} {% for doc in nav.docs | sort: "position" %} {% if doc.collection %} - <li><a href="{{ nav.url | relative_url }}#{{ doc.collection | slugify }}">{% t doc.title %}</a></li> + <li><a href="{{ site.baseurl }}{{nav.permalink}}#{{ doc.collection | slugify }}">{% t doc.title %}</a></li> {% elsif doc.url %} - <li><a href="{{ nav.url | relative_url }}{{ doc.url }}">{% t doc.title %}</a></li> + <li><a href="{{ site.baseurl }}{{nav.permalink}}{{ doc.url }}">{% t doc.title %}</a></li> {% endif %} {% endfor %} {% else %} @@ -26,7 +26,7 @@ {% if nav.collection == 'nodeop' %} <!-- <li><a href="{{ doc.url | relative_url }}.html">{{ doc.title }}</a></li> --> {% else %} - <li><a href="{{ nav.url | relative_url }}#{{ doc.id | slugify }}">{% t doc.title %}</a></li> + <li><a href="{{ site.baseurl }}{{nav.permalink}}#{{ doc.id | slugify }}">{% t doc.title %}</a></li> {% endif %} {% endunless %} {% endfor %} @@ -37,15 +37,7 @@ {% endfor %} <div class="lang-switch"> {% for lang in site.languages %} - {% if lang == site.active_lang %} - <a href=""><img class="active" src="/images/i18n/{{lang}}.svg"/></a> - {% else %} - {% if lang == site.default_lang %} - <a href=" {{ page.url }}"><img class="active" src="/images/i18n/{{lang}}.svg"/></a> - {% else %} - <a href="/{{ lang }}{{ page.url }}"><img src="/images/i18n/{{lang}}.svg"/></a> - {% endif %} - {% endif %} + <a class="{% if lang == site.lang %}active{%else%}deactive{% endif %}" href="{% if lang == site.default_lang %} {% else %}/{{ lang }}{% endif %}{{ page.url | relative_url }}"><img src="/images/i18n/{{lang}}.svg"/></a> {% endfor %} </div> </div> diff --git a/_sass/_main.scss b/_sass/_main.scss index e56209ec0fa0f055d407c2c5e36e1576950ef596..b78af3f072d58bebbed2b3f5ac95527a6e02da2a 100644 --- a/_sass/_main.scss +++ b/_sass/_main.scss @@ -795,6 +795,9 @@ img { height: auto; cursor: pointer; } -img.active { +a.active { + opacity: 1; +} +a.deactive { opacity: 0.5; } diff --git a/apidefinitions.html b/apidefinitions.html index f0e8090bc987115b41f2ed77c3dff39148f7f230..6576647e69348a631ec42598bddc80a47008cfbf 100644 --- a/apidefinitions.html +++ b/apidefinitions.html @@ -1,6 +1,7 @@ --- title: titles.api-def section: API Definitions +namespace: apidefinitions permalink: /apidefinitions/ --- diff --git a/layer2.html b/layer2.html index 4a3ec6fd495fdd3e00579c023aaea11e2ceabe83..c2c54cb4182318c643182e3cad666fb3422abcc3 100644 --- a/layer2.html +++ b/layer2.html @@ -2,6 +2,7 @@ title: titles.layer2 section: Layer2 layout: default +namespace: layer2 permalink: /layer2/ --- diff --git a/quickstart.html b/quickstart.html index 0134b2a75733ee7ad679ea468a809d785352eae1..1d9f0762269f952415d8dbdd634ffb388af21f89 100644 --- a/quickstart.html +++ b/quickstart.html @@ -2,6 +2,7 @@ title: titles.quickstart section: Quickstart layout: default +namespace: quickstart permalink: /quickstart/ --- diff --git a/resources.html b/resources.html index 02a477565317e139159d7e1261ad1b56e70ce1d5..7664dc21b7a50ee81ab2e49a79a8dc92870ac837 100644 --- a/resources.html +++ b/resources.html @@ -2,6 +2,7 @@ title: titles.resources section: Resources layout: default +namespace: resources permalink: /resources/ --- diff --git a/search.html b/search.html index 4453219f73efa319981cfb981b69e306a382079d..6964a5a63b7705df0451d9d906bcba4326fa495c 100644 --- a/search.html +++ b/search.html @@ -1,6 +1,7 @@ --- title: titles.search sitemap: false +namespace: search permalink: /search/ # These ids have their own index based on /_data/**/*.yml so they do not need to diff --git a/services.html b/services.html index b3d9fe83aec5f8dd45ab2a3a550dab2296658691..70b75bd0caa3dc0d6e5916d51fed8c2e680bc0f9 100644 --- a/services.html +++ b/services.html @@ -2,6 +2,7 @@ title: titles.services section: Services layout: default +namespace: services permalink: /services/ ---