diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 4d4a7571f..e9e995a25 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,85 +1,85 @@ -- title: Installation +- title: Qurulma items: - id: getting-started - title: Getting Started + title: Başlamaq - id: add-react-to-a-website - title: Add React to a Website + title: Səhifəyə React Əlavə Et - id: create-a-new-react-app - title: Create a New React App + title: Yeni React Applikasiyası Yarat - id: cdn-links - title: CDN Links -- title: Main Concepts + title: CDN Linkləri +- title: Əsas Konsepsiyalar isOrdered: true items: - id: hello-world - title: Hello World + title: Salam Dünya - id: introducing-jsx - title: Introducing JSX + title: JSX-ə Giriş - id: rendering-elements - title: Rendering Elements + title: Elementlərin Render Edilməsi - id: components-and-props - title: Components and Props + title: Komponent və Proplar - id: state-and-lifecycle - title: State and Lifecycle + title: State və Lifecycle - id: handling-events - title: Handling Events + title: Hadisələrin İşlədilməsi - id: conditional-rendering - title: Conditional Rendering + title: Şərti Render Edilmə - id: lists-and-keys - title: Lists and Keys + title: Siyahılar və Açarlar - id: forms - title: Forms + title: Anketlər - id: lifting-state-up - title: Lifting State Up + title: State-in Qaldırılması - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Kompozisiya vs Varislik - id: thinking-in-react - title: Thinking In React -- title: Advanced Guides + title: React ilə Düşünmək +- title: Genişləndirilmiş Təlimatlar items: - id: accessibility - title: Accessibility + title: İmkanlılıq - id: code-splitting - title: Code-Splitting + title: Kod Parçalanması - id: context - title: Context + title: Kontekst - id: error-boundaries - title: Error Boundaries + title: Xəta Sərhədləri - id: forwarding-refs - title: Forwarding Refs + title: Ref-lərin Yönləndirilməsi - id: fragments - title: Fragments + title: Fraqmentlər - id: higher-order-components - title: Higher-Order Components + title: Yüksək Dərəcəli Komponentlər - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Digər Kitabxanalar ilə İnteqrasiya - id: jsx-in-depth - title: JSX In Depth + title: JSX Dərindən - id: optimizing-performance - title: Optimizing Performance + title: Performansın Optimallaşdırılması - id: portals - title: Portals + title: Portallar - id: react-without-es6 - title: React Without ES6 + title: ES6-sız React - id: react-without-jsx - title: React Without JSX + title: JSX-siz React - id: reconciliation - title: Reconciliation + title: Rekonsiliasiya - id: refs-and-the-dom - title: Refs and the DOM + title: Ref-lər və DOM - id: render-props - title: Render Props + title: Render Etmə Propları - id: static-type-checking - title: Static Type Checking + title: Static Tip Yoxlaması - id: strict-mode - title: Strict Mode + title: Strict Rejimi - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: PropType-lar ilə Tip Yoxlamaları - id: uncontrolled-components - title: Uncontrolled Components + title: Kontrolsuz Komponentlər - id: web-components - title: Web Components -- title: API Reference + title: Veb Komponentlər +- title: API Arayışı items: - id: react-api title: React @@ -91,63 +91,63 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: DOM Elementləri - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: Test Vasitələri - id: shallow-renderer - title: Shallow Renderer + title: Dayaz Render Etmə - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: JS Environment Requirements + title: JS Mühitinin Tələbləri - id: glossary - title: Glossary -- title: Hooks (New) + title: Lüğət +- title: Hooklar (Yeni) isOrdered: true items: - id: hooks-intro - title: Introducing Hooks + title: Hooklara Giriş - id: hooks-overview - title: Hooks at a Glance + title: Hooklar Bir Baxışda - id: hooks-state - title: Using the State Hook + title: State Hookunun İşlənməsi - id: hooks-effect - title: Using the Effect Hook + title: Effect Hookunun İşlənməsi - id: hooks-rules - title: Rules of Hooks + title: Hookların Qaydaları - id: hooks-custom - title: Building Your Own Hooks + title: Öz Hooklarınızın Yaradılması - id: hooks-reference - title: Hooks API Reference + title: Hookların API Arayışı - id: hooks-faq - title: Hooks FAQ -- title: Contributing + title: Hooklar FAQ +- title: İştirak Etmək items: - id: how-to-contribute - title: How to Contribute + title: Necə İştirak Etmək - id: codebase-overview - title: Codebase Overview + title: Kodun İcmalı - id: implementation-notes - title: Implementation Notes + title: Tətbiqetmə Qeydləri - id: design-principles - title: Design Principles + title: Dizayn Əsasları - title: FAQ items: - id: faq-ajax - title: AJAX and APIs + title: AJAX və APIs - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX, və Qurulma Addımları - id: faq-functions - title: Passing Functions to Components + title: Komponentlərə Funskiyaların Göndərilməsi - id: faq-state - title: Component State + title: Komponent State-i - id: faq-styling - title: Styling and CSS + title: Stilləmə və CSS - id: faq-structure - title: File Structure + title: Fayl Strukturu - id: faq-versioning - title: Versioning Policy + title: Versiya Qaydaları - id: faq-internals - title: Virtual DOM and Internals + title: Virtual DOM və React-in Daxili diff --git a/src/html.js b/src/html.js index e0e2757e8..1d2431968 100644 --- a/src/html.js +++ b/src/html.js @@ -7,7 +7,7 @@ const JS_NPM_URLS = [ export default class HTML extends React.Component { render() { return ( - + {JS_NPM_URLS.map(url => (