mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 02:54:58 +00:00
separate content of headers and footer (#1769)
This commit is contained in:
committed by
GitHub
parent
bf006cdd00
commit
d94613aad5
6
_data/de/footer.yml
Normal file
6
_data/de/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: Lizenzvertrag
|
||||
60
_data/de/menu.yml
Normal file
60
_data/de/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Home
|
||||
|
||||
# Getting started
|
||||
getting_started: Einführung
|
||||
installing: Installing
|
||||
hello_world: Hello world
|
||||
generator: Express generator
|
||||
basic_routing: Basisrouting
|
||||
static_files: Statische Dateien
|
||||
examples: More examples
|
||||
faq: Häufig gestellte Fragen
|
||||
|
||||
# Guide
|
||||
guide: Leitfaden
|
||||
routing: Routing
|
||||
writing_middleware: Middleware schreiben
|
||||
using_middleware: Middleware verwenden
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Template-Engines verwenden
|
||||
error_handling: Fehlerbehandlung
|
||||
debugging: Debugging
|
||||
behind_proxies: Express hinter Proxys
|
||||
migrating_4: Wechsel zu Express 4
|
||||
migrating_5: Wechsel zu Express 5
|
||||
database_integration: Datenbankintegration
|
||||
|
||||
# API reference
|
||||
|
||||
api: API-Referenz
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (veraltet)
|
||||
2x: 2.x (veraltet)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Themen für Fortgeschrittene
|
||||
developing_template_engines: Template-Engines
|
||||
security_updates: Sicherheitsupdates
|
||||
best_practice_security: Sicherheitsspezifische Best Practices
|
||||
best_practice_performance: Leistungsspezifische Best Practices
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Ressourcen
|
||||
glossary: Glossar
|
||||
middleware: Middleware
|
||||
community: Community
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/en/footer.yml
Normal file
6
_data/en/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/en/menu.yml
Normal file
60
_data/en/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Home
|
||||
|
||||
# Getting started
|
||||
getting_started: Getting started
|
||||
installing: Installing
|
||||
hello_world: Hello world
|
||||
generator: Express generator
|
||||
basic_routing: Basic routing
|
||||
static_files: Static files
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Guide
|
||||
routing: Routing
|
||||
writing_middleware: Writing middleware
|
||||
using_middleware: Using middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Using template engines
|
||||
error_handling: Error handling
|
||||
debugging: Debugging
|
||||
behind_proxies: Express behind proxies
|
||||
migrating_4: Moving to Express 4
|
||||
migrating_5: Moving to Express 5
|
||||
database_integration: Database integration
|
||||
|
||||
# API reference
|
||||
|
||||
api: API reference
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (deprecated)
|
||||
2x: 2.x (deprecated)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Advanced topics
|
||||
developing_template_engines: Building template engines
|
||||
security_updates: Security updates
|
||||
best_practice_security: Security best practices
|
||||
best_practice_performance: Performance best practices
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Resources
|
||||
glossary: Glossary
|
||||
middleware: Middleware
|
||||
community: Community
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/es/footer.yml
Normal file
6
_data/es/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Condiciones de uso
|
||||
privacy_policy: Política de privacidad
|
||||
coc: Código de conducta
|
||||
trademark_policy: Política de marcas
|
||||
security_policy: Seguridad
|
||||
license: Licencia
|
||||
59
_data/es/menu.yml
Normal file
59
_data/es/menu.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
# Home
|
||||
home: Inicio
|
||||
|
||||
# Getting started
|
||||
getting_started: Cómo empezar
|
||||
installing: Instalación
|
||||
hello_world: Hello world
|
||||
generator: Generador de Express
|
||||
basic_routing: Direccionamiento básico
|
||||
static_files: Archivos estáticos
|
||||
examples: More examples
|
||||
faq: Preguntas más frecuentes
|
||||
|
||||
# Guide
|
||||
guide: Guía
|
||||
routing: Direccionamiento
|
||||
writing_middleware: Escritura de middleware
|
||||
using_middleware: Utilización del middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Utilización de motores de plantilla
|
||||
error_handling: Manejo de errores
|
||||
debugging: Depuración
|
||||
behind_proxies: Express detrás de proxies
|
||||
migrating_4: Migración a Express 4
|
||||
migrating_5: Migración a Express 5
|
||||
database_integration: Integración de la base de datos
|
||||
|
||||
# API reference
|
||||
api: Referencia de API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (en desuso)
|
||||
2x: 2.x (en desuso)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Temas avanzados
|
||||
developing_template_engines: Motores de plantilla
|
||||
security_updates: Actualizaciones de seguridad
|
||||
best_practice_security: Mejores prácticas de seguridad
|
||||
best_practice_performance: Mejores prácticas de rendimiento
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Recursos
|
||||
glossary: Glosario
|
||||
middleware: Middleware
|
||||
community: Comunidad
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/fr/footer.yml
Normal file
6
_data/fr/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/fr/menu.yml
Normal file
60
_data/fr/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Accueil
|
||||
|
||||
# Getting started
|
||||
getting_started: Mise en route
|
||||
installing: Installing
|
||||
hello_world: Hello world
|
||||
generator: Générateur Express
|
||||
basic_routing: Routage de base
|
||||
static_files: Fichiers statiques
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Guide
|
||||
routing: Routage
|
||||
writing_middleware: Ecriture de middleware
|
||||
using_middleware: Utilisation de middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Utilisation de moteurs de modèles
|
||||
error_handling: Traitement d'erreurs
|
||||
debugging: Débogage
|
||||
behind_proxies: Express derrière Proxys
|
||||
migrating_4: Migration vers Express 4
|
||||
migrating_5: Migration vers Express 5
|
||||
database_integration: Intégration de bases de données
|
||||
|
||||
# API reference
|
||||
|
||||
api: API reference
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (obsolète)
|
||||
2x: 2.x (obsolète)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Rubriques avancées
|
||||
developing_template_engines: Moteurs de modèles
|
||||
security_updates: Mises à jour de sécurité
|
||||
best_practice_security: Meilleures pratiques en termes de sécurité
|
||||
best_practice_performance: Meilleures pratiques en termes de performances
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Ressources
|
||||
glossary: Glossaire
|
||||
middleware: Middleware
|
||||
community: Communauté
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/id/footer.yml
Normal file
6
_data/id/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/id/menu.yml
Normal file
60
_data/id/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Home
|
||||
|
||||
# Getting started
|
||||
getting_started: Mulai
|
||||
installing: Menginstal
|
||||
hello_world: Hello world
|
||||
generator: Express generator
|
||||
basic_routing: Dasar routing
|
||||
static_files: File statis
|
||||
examples: Contoh lainnya
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Panduan
|
||||
routing: Routing
|
||||
writing_middleware: Membuat middleware
|
||||
using_middleware: Menggunakan middleware
|
||||
overriding_express_api: Mengganti Express API
|
||||
using_template_engines: Menggunakan template engines
|
||||
error_handling: Penanganan Error
|
||||
debugging: Debugging
|
||||
behind_proxies: Express behind proxies
|
||||
migrating_4: Pindah to Express 4
|
||||
migrating_5: Pindah to Express 5
|
||||
database_integration: Integrasi Database
|
||||
|
||||
# API reference
|
||||
|
||||
api: Referensi API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (deprecated)
|
||||
2x: 2.x (deprecated)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Topik lanjutan
|
||||
developing_template_engines: Membangun template engines
|
||||
security_updates: Security updates
|
||||
best_practice_security: Security best practices
|
||||
best_practice_performance: Performance best practices
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Resources
|
||||
glossary: Glossary
|
||||
middleware: Middleware
|
||||
community: Community
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/it/footer.yml
Normal file
6
_data/it/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/it/menu.yml
Normal file
60
_data/it/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Home
|
||||
|
||||
# Getting started
|
||||
getting_started: Introduzione
|
||||
installing: Installazione
|
||||
hello_world: Hello world
|
||||
generator: Programma di creazione Express
|
||||
basic_routing: Routing di base
|
||||
static_files: File statici
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Guide
|
||||
routing: Routing
|
||||
writing_middleware: Scrittura del middleware
|
||||
using_middleware: Utilizzo del middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Utilizzo dei motori di template
|
||||
error_handling: Gestione degli errori
|
||||
debugging: Debugging
|
||||
behind_proxies: Express con i proxy
|
||||
migrating_4: Passaggio a Express 4
|
||||
migrating_5: Passaggio a Express 5
|
||||
database_integration: Integrazione database
|
||||
|
||||
# API reference
|
||||
|
||||
api: Riferimento API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (deprecato)
|
||||
2x: 2.x (deprecato)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Argomenti avanzati
|
||||
developing_template_engines: Motori di template
|
||||
security_updates: Aggiornamenti sulla sicurezza
|
||||
best_practice_security: Best practice sulla sicurezza
|
||||
best_practice_performance: Best practice sulle prestazioni
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Risorse
|
||||
glossary: Glossary
|
||||
middleware: Middleware
|
||||
community: Community
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/ja/footer.yml
Normal file
6
_data/ja/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/ja/menu.yml
Normal file
60
_data/ja/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: ホーム
|
||||
|
||||
# Getting started
|
||||
getting_started: 概説
|
||||
installing: インストール
|
||||
hello_world: Hello world
|
||||
generator: Express ジェネレーター
|
||||
basic_routing: 基本的なルーティング
|
||||
static_files: 静的ファイル
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: ガイド
|
||||
routing: ルーティング
|
||||
writing_middleware: ミドルウェアの作成
|
||||
using_middleware: ミドルウェアの使用
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: テンプレート・エンジンの使用
|
||||
error_handling: エラー処理
|
||||
debugging: デバッグ
|
||||
behind_proxies: プロキシーの背後の Express
|
||||
migrating_4: Express 4 への移行
|
||||
migrating_5: Express 5 への移行
|
||||
database_integration: データベースの統合
|
||||
|
||||
# API reference
|
||||
|
||||
api: API リファレンス
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (非推奨)
|
||||
2x: 2.x (非推奨)
|
||||
|
||||
# Advanced topics
|
||||
advanced: 高度なトピック
|
||||
developing_template_engines: テンプレート・エンジン
|
||||
security_updates: セキュリティー更新
|
||||
best_practice_security: セキュリティーに関するベスト・プラクティス
|
||||
best_practice_performance: パフォーマンスに関するベスト・プラクティス
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: リソース
|
||||
glossary: 用語集
|
||||
middleware: ミドルウェア
|
||||
community: コミュニティー
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/ko/footer.yml
Normal file
6
_data/ko/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/ko/menu.yml
Normal file
60
_data/ko/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: 홈
|
||||
|
||||
# Getting started
|
||||
getting_started: 시작하기
|
||||
installing: 설치
|
||||
hello_world: Hello world
|
||||
generator: Express 생성기
|
||||
basic_routing: 기본 라우팅
|
||||
static_files: 정적 파일
|
||||
examples: More examples
|
||||
faq: 자주 묻는 질문(FAQ)
|
||||
|
||||
# Guide
|
||||
guide: Gu안내서ide
|
||||
routing: 라우팅
|
||||
writing_middleware: 미들웨어 작성
|
||||
using_middleware: 미들웨어 사용
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: 템플리트 엔진 사용
|
||||
error_handling: 오류 처리
|
||||
debugging: 디버깅
|
||||
behind_proxies: 프록시 환경에서 Express 사용
|
||||
migrating_4: Express 4로의 이전
|
||||
migrating_5: Express 5로의 이전
|
||||
database_integration: 데이터베이스 통합
|
||||
|
||||
# API reference
|
||||
|
||||
api: API 참조
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x(더 이상 사용되지 않음)
|
||||
2x: 2.x(더 이상 사용되지 않음)
|
||||
|
||||
# Advanced topics
|
||||
advanced: 고급 주제
|
||||
developing_template_engines: 템플리트 엔진
|
||||
security_updates: 보안 업데이트
|
||||
best_practice_security: 보안 우수 사례
|
||||
best_practice_performance: 성능 우수 사례
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: 자원
|
||||
glossary: 용어집
|
||||
middleware: 미들웨어
|
||||
community: 커뮤니티
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/pt-br/footer.yml
Normal file
6
_data/pt-br/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Termos de Uso
|
||||
privacy_policy: Política de Privacidade
|
||||
coc: Código de Conduta
|
||||
trademark_policy: Política de Marcas
|
||||
security_policy: Política de Segurança
|
||||
license: Licença
|
||||
60
_data/pt-br/menu.yml
Normal file
60
_data/pt-br/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Página Inicial
|
||||
|
||||
# Getting started
|
||||
getting_started: Introdução
|
||||
installing: Instalação
|
||||
hello_world: Hello world
|
||||
generator: Gerador do Express
|
||||
basic_routing: Roteamento Básico
|
||||
static_files: Arquivos Estáticos
|
||||
examples: Perguntas mais frequentes
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Guide
|
||||
routing: Roteamento
|
||||
writing_middleware: Escrevendo o middleware
|
||||
using_middleware: Usando o middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Usando o mecanismo de modelo
|
||||
error_handling: Manipulação de erros
|
||||
debugging: Depuração
|
||||
behind_proxies: Express atrás de proxies
|
||||
migrating_4: Migrando para o Express 4
|
||||
migrating_5: Migrando para o Express 5
|
||||
database_integration: Integração de Banco de dados
|
||||
|
||||
# API reference
|
||||
|
||||
api: Referência da API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (descontinuada)
|
||||
2x: 2.x (descontinuada)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Tópicos Avançados
|
||||
developing_template_engines: Mecanismos de modelo
|
||||
security_updates: Atualizações de segurança
|
||||
best_practice_security: Melhores práticas de segurança
|
||||
best_practice_performance: Melhores práticas de desempenho
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Recursos
|
||||
glossary: Glossário
|
||||
middleware: Middleware
|
||||
community: Comunidade
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Suporte
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Ultimos post
|
||||
all_posts: Todos posts
|
||||
write_post: Escreva um Post
|
||||
6
_data/ru/footer.yml
Normal file
6
_data/ru/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/ru/menu.yml
Normal file
60
_data/ru/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Главная
|
||||
|
||||
# Getting started
|
||||
getting_started: Начало работы
|
||||
installing: Установка
|
||||
hello_world: Hello world
|
||||
generator: Генератор приложений Express
|
||||
basic_routing: Основы маршрутизации
|
||||
static_files: Статические файлы
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Руководство
|
||||
routing: Маршрутизация
|
||||
writing_middleware: Написание кода промежуточных обработчиков
|
||||
using_middleware: Использование промежуточных обработчиков
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Использование шаблонизаторов
|
||||
error_handling: Обработка ошибок
|
||||
debugging: Отладка
|
||||
behind_proxies: Express за прокси
|
||||
migrating_4: Переход к Express 4
|
||||
migrating_5: Переход к Express 5
|
||||
database_integration: Интеграция с базами данных
|
||||
|
||||
# API reference
|
||||
|
||||
api: API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (устарел)
|
||||
2x: 2.x (устарел)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Расширенные возможности
|
||||
developing_template_engines: Шаблонизаторы
|
||||
security_updates: Обновления системы безопасности
|
||||
best_practice_security: Лучшие практические методы в области защиты
|
||||
best_practice_performance: Лучшие практические методы улучшения производительности
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Ресурсы
|
||||
glossary: Глоссарий
|
||||
middleware: Промежуточный обработчик
|
||||
community: Сообщество
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/sk/footer.yml
Normal file
6
_data/sk/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/sk/menu.yml
Normal file
60
_data/sk/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Domov
|
||||
|
||||
# Getting started
|
||||
getting_started: Začíname
|
||||
installing: Inštalácia
|
||||
hello_world: Hello world
|
||||
generator: Express generátor
|
||||
basic_routing: Základný routing
|
||||
static_files: Statické súbory
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Príručka
|
||||
routing: Routing
|
||||
writing_middleware: Tvorba middleware
|
||||
using_middleware: Použitie middleware
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Použitie template enginov
|
||||
error_handling: Error handling
|
||||
debugging: Debuggovanie
|
||||
behind_proxies: Použitie Express za proxy
|
||||
migrating_4: Prechod na Express 4
|
||||
migrating_5: Prechod na Express 5
|
||||
database_integration: Integrácia s databázou
|
||||
|
||||
# API reference
|
||||
|
||||
api: API referenčná príručka
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (zastaralé)
|
||||
2x: 2.x (zastaralé)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Pokročilé témy
|
||||
developing_template_engines: Templatovacie enginy
|
||||
security_updates: Security - aktualizácie
|
||||
best_practice_security: Security - osvedčené postupy
|
||||
best_practice_performance: Výkonnosť - osvedčené postupy
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Zdroje
|
||||
glossary: Glosár
|
||||
middleware: Middleware
|
||||
community: Komunita
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/th/footer.yml
Normal file
6
_data/th/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/th/menu.yml
Normal file
60
_data/th/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: หน้าแรก
|
||||
|
||||
# Getting started
|
||||
getting_started: หน้าแรก
|
||||
installing: การติดตั้ง
|
||||
hello_world: Hello world
|
||||
generator: เครื่องมือสร้าง Express
|
||||
basic_routing: เส้นทางเบื้องต้น
|
||||
static_files: บริการไฟล์คงที่
|
||||
examples: More examples
|
||||
faq: คำถามที่พบบ่อย
|
||||
|
||||
# Guide
|
||||
guide: แนะนำ
|
||||
routing: การใช้งานเราเตอร์
|
||||
writing_middleware: การเขียนมิดเดิลแวร์
|
||||
using_middleware: การใช้งานมิดเดิลแวร์
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: การใช้งานเครื่องสร้างโครงแบบ
|
||||
error_handling: การจักการความผิดพลาด
|
||||
debugging: การแก้จุดบกพร่อง
|
||||
behind_proxies: Express เบื่องหลังพร็อกซี
|
||||
migrating_4: การย้ายไป Express 4
|
||||
migrating_5: การย้ายไป Express 5
|
||||
database_integration: การเชื่อมโยงกับฐานข้อมูล
|
||||
|
||||
# API reference
|
||||
|
||||
api: การอ้างอิง API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (เลิกใช้)
|
||||
2x: 2.x (เลิกใช้)
|
||||
|
||||
# Advanced topics
|
||||
advanced: หัวข้อขั้นสูง
|
||||
developing_template_engines: เครื่องสร้างโครงแบบ
|
||||
security_updates: ความปลอดภัยล่าสุด
|
||||
best_practice_security: แนวทางปฏิบัติความปลอดภัย
|
||||
best_practice_performance: แนวทางปฏิบัติประสิทธิภาพ
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: แหล่งข้อมูลอื่น
|
||||
glossary: ศัพย์
|
||||
middleware: มิลเดิลแวร์
|
||||
community: ชุมชน
|
||||
utils: โมดูลที่มีประโยชน์
|
||||
contributing: มีส่วนร่วมกับ Express
|
||||
changelog: บันทึกการเปลี่ยนแปลง
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/tr/footer.yml
Normal file
6
_data/tr/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/tr/menu.yml
Normal file
60
_data/tr/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Anasayfa
|
||||
|
||||
# Getting started
|
||||
getting_started: Buradan Başlayın
|
||||
installing: Kurulum
|
||||
hello_world: Merhaba Dünya
|
||||
generator: Express Oluşturucu
|
||||
basic_routing: Basit Yönlendirme
|
||||
static_files: Statik Dosyalar
|
||||
examples: More examples
|
||||
faq: SSS
|
||||
|
||||
# Guide
|
||||
guide: Kılavuz
|
||||
routing: Yönlendirme
|
||||
writing_middleware: Middleware yazma
|
||||
using_middleware: Şablon motoru kullanma
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Hata işleme
|
||||
error_handling: Hata işleme
|
||||
debugging: Hata Ayıklama
|
||||
behind_proxies: Express behind proxies
|
||||
migrating_4: Express 4 geçiş
|
||||
migrating_5: Express 5 geçiş
|
||||
database_integration: Database Entegrasyonu
|
||||
|
||||
# API reference
|
||||
|
||||
api: API Kaynak
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (Kullanımdan kaldırıldı)
|
||||
2x: 2.x (Kullanımdan kaldırıldı)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Gelişmiş konular
|
||||
developing_template_engines: Şablon motorları
|
||||
security_updates: Gğvenlik güncellemeleri
|
||||
best_practice_security: En iyi güvenlik uygulamaları
|
||||
best_practice_performance: En iyi performans uygulamaları
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Kaynaklar
|
||||
glossary: Terimler
|
||||
middleware: Middleware
|
||||
community: Topluluk
|
||||
utils: Yardımcı Modüller
|
||||
contributing: Express'e katkıda bulunmak
|
||||
changelog: Sürüm Notları
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/uk/footer.yml
Normal file
6
_data/uk/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/uk/menu.yml
Normal file
60
_data/uk/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Початкова сторінка
|
||||
|
||||
# Getting started
|
||||
getting_started: Ознайомлення
|
||||
installing: Встановлення
|
||||
hello_world: Hello world
|
||||
generator: Генератор структури Express
|
||||
basic_routing: Базова маршрутизація
|
||||
static_files: Статичні файли
|
||||
examples: More examples
|
||||
faq: ЧАПи
|
||||
|
||||
# Guide
|
||||
guide: Гід
|
||||
routing: Маршрутизація
|
||||
writing_middleware: Створення проміжних обробників
|
||||
using_middleware: Використання проміжних обробників
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Використання шаблонізаторів
|
||||
error_handling: Обробка помилок
|
||||
debugging: Зневадження
|
||||
behind_proxies: Express позаду проксі
|
||||
migrating_4: Перехід на Express 4
|
||||
migrating_5: Перехід на Express 5
|
||||
database_integration: Інтеграція з базами даних
|
||||
|
||||
# API reference
|
||||
|
||||
api: Довідник API
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (застаріла)
|
||||
2x: 2.x (застаріла)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Додаткові можливості
|
||||
developing_template_engines: Шаблонізатори
|
||||
security_updates: Оновлення безпеки
|
||||
best_practice_security: Кращі практики безпеки
|
||||
best_practice_performance: Кращі практики продуктивності
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Ресурси
|
||||
glossary: Голосарій
|
||||
middleware: Проміжний обробник
|
||||
community: Спільнота
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/uz/footer.yml
Normal file
6
_data/uz/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/uz/menu.yml
Normal file
60
_data/uz/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: Bosh sahifa
|
||||
|
||||
# Getting started
|
||||
getting_started: Boshlang'ich ishlar
|
||||
installing: O'rnatish
|
||||
hello_world: Hello world
|
||||
generator: Express generator
|
||||
basic_routing: Oddiy routing
|
||||
static_files: Statik fayllar
|
||||
examples: More examples
|
||||
faq: FAQ
|
||||
|
||||
# Guide
|
||||
guide: Qo'llanma
|
||||
routing: Routing
|
||||
writing_middleware: Middleware yozish
|
||||
using_middleware: Middleware ishlatish
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: Template engine ishlatish
|
||||
error_handling: Xatolarni qayta ishlash
|
||||
debugging: Debug qilish
|
||||
behind_proxies: Express proksilar bilan
|
||||
migrating_4: Express 4ga o'tish
|
||||
migrating_5: Express 5ga o'tish
|
||||
database_integration: Ma'lumotlar omboriga ulash
|
||||
|
||||
# API reference
|
||||
|
||||
api: API qo'llanma
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (eskirgan)
|
||||
2x: 2.x (eskirgan)
|
||||
|
||||
# Advanced topics
|
||||
advanced: Advanced topics
|
||||
developing_template_engines: Building template engines
|
||||
security_updates: Security updates
|
||||
best_practice_security: Security best practices
|
||||
best_practice_performance: Performance best practices
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: Resources
|
||||
glossary: Glossary
|
||||
middleware: Middleware
|
||||
community: Community
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/zh-cn/footer.yml
Normal file
6
_data/zh-cn/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/zh-cn/menu.yml
Normal file
60
_data/zh-cn/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: 主页
|
||||
|
||||
# Getting started
|
||||
getting_started: 入门
|
||||
installing: 安装
|
||||
hello_world: Hello world
|
||||
generator: Express 生成器
|
||||
basic_routing: 基本路由
|
||||
static_files: 静态文件
|
||||
examples: More examples
|
||||
faq: 常见问题及解答
|
||||
|
||||
# Guide
|
||||
guide: 指南
|
||||
routing: 路由
|
||||
writing_middleware: 编写中间件
|
||||
using_middleware: 使用中间件
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: 使用模板引擎
|
||||
error_handling: 错误处理
|
||||
debugging: 调试
|
||||
behind_proxies: 代理背后的 Express
|
||||
migrating_4: 迁移到 Express 4
|
||||
migrating_5: 迁移到 Express 5
|
||||
database_integration: 数据库集成
|
||||
|
||||
# API reference
|
||||
|
||||
api: API 参考
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x (不推荐)
|
||||
2x: 2.x (不推荐)
|
||||
|
||||
# Advanced topics
|
||||
advanced: 高级主题
|
||||
developing_template_engines: 模板引擎
|
||||
security_updates: 安全更新
|
||||
best_practice_security: 安全最佳实践
|
||||
best_practice_performance: 性能最佳实践
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: 资源
|
||||
glossary: 词汇表
|
||||
middleware: 中间件
|
||||
community: 社区
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
6
_data/zh-tw/footer.yml
Normal file
6
_data/zh-tw/footer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
terms_of_use: Terms of Use
|
||||
privacy_policy: Privacy Policy
|
||||
coc: Code of Conduct
|
||||
trademark_policy: Trademark Policy
|
||||
security_policy: Security Policy
|
||||
license: License
|
||||
60
_data/zh-tw/menu.yml
Normal file
60
_data/zh-tw/menu.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Home
|
||||
home: 首頁
|
||||
|
||||
# Getting started
|
||||
getting_started: 入門
|
||||
installing: 安裝
|
||||
hello_world: Hello world
|
||||
generator: Express 產生器
|
||||
basic_routing: 基本路由
|
||||
static_files: 靜態檔案
|
||||
examples: More examples
|
||||
faq: 常見問題 (FAQ)
|
||||
|
||||
# Guide
|
||||
guide: 手冊
|
||||
routing: 路由
|
||||
writing_middleware: 撰寫中介軟體
|
||||
using_middleware: 使用中介軟體
|
||||
overriding_express_api: Overriding the Express API
|
||||
using_template_engines: 使用範本引擎
|
||||
error_handling: 錯誤處理
|
||||
debugging: 除錯
|
||||
behind_proxies: 位於 Proxy 背後的 Express
|
||||
migrating_4: 移至 Express 4
|
||||
migrating_5: 移至 Express 5
|
||||
database_integration: 資料庫整合
|
||||
|
||||
# API reference
|
||||
|
||||
api: API 參照
|
||||
5x: 5.x
|
||||
4x: 4.x
|
||||
3x: 3.x 已淘汰
|
||||
2x: 2.x (已淘汰)
|
||||
|
||||
# Advanced topics
|
||||
advanced: 進階主題
|
||||
developing_template_engines: 範本引擎
|
||||
security_updates: 安全更新
|
||||
best_practice_security: 安全最佳作法
|
||||
best_practice_performance: 效能最佳作法
|
||||
healthcheck_graceful_shutdown: Health checks & shutdown
|
||||
|
||||
# Resources
|
||||
resources: 資源
|
||||
glossary: 名詞解釋
|
||||
middleware: 中介軟體
|
||||
community: 社群
|
||||
utils: Utility modules
|
||||
contributing: Contributing to Express
|
||||
changelog: Release Change Log
|
||||
|
||||
# Support
|
||||
support: Support
|
||||
|
||||
# Blog
|
||||
blog: Blog
|
||||
latest_post: Latest post
|
||||
all_posts: All posts
|
||||
write_post: Write a Post
|
||||
96
_includes/footer.html
Normal file
96
_includes/footer.html
Normal file
@@ -0,0 +1,96 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="doc-langs">
|
||||
Documentation translations provided by StrongLoop/IBM:
|
||||
<a href="/fr/">French</a>, <a href="/de/">German</a>, <a href="/es/">Spanish</a>, <a href="/it/">Italian</a>, <a
|
||||
href="/ja/">Japanese</a>, <a href="/ru/">Russian</a>, <a href="/zh-cn/">Chinese</a>, <a href="/zh-tw/">Traditional
|
||||
Chinese</a>, <a href="/ko/">Korean</a>, <a href="/pt-br/">Portuguese</a>.
|
||||
<br>
|
||||
Community translation available for: <a href="/sk/">Slovak</a>, <a href="/uk/">Ukrainian</a>, <a
|
||||
href="/uz/">Uzbek</a>, <a href="/tr/">Turkish</a>, <a href="/th/">Thai</a> and <a href="/id/">Indonesian</a>.
|
||||
</section>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg"
|
||||
alt="OpenJS Foundation" width="125" height="39" class="hidden-dark" />
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg"
|
||||
alt="OpenJS Foundation" width="125" height="39" class="hidden-light" />
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">
|
||||
{{ site.data[page.lang].footer.terms_of_use }}
|
||||
</a>
|
||||
<a href="https://privacy-policy.openjsf.org">
|
||||
{{ site.data[page.lang].footer.privacy_policy }}
|
||||
</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">
|
||||
{{ site.data[page.lang].footer.coc }}
|
||||
</a>
|
||||
<a href="https://trademark-policy.openjsf.org">
|
||||
{{ site.data[page.lang].footer.trademark_policy }}
|
||||
</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">
|
||||
{{ site.data[page.lang].footer.security_policy }}
|
||||
</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">
|
||||
{{ site.data[page.lang].footer.license }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g"
|
||||
aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH"
|
||||
aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include
|
||||
icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{%
|
||||
include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify"
|
||||
width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
||||
apiKey: '{{ site.data.docsearch.apiKey }}',
|
||||
indexName: '{{ site.data.docsearch.indexName }}',
|
||||
inputSelector: '#q',
|
||||
algoliaOptions: { 'facetFilters': ['lang:{{ page.lang }}'] }
|
||||
})" async></script>
|
||||
@@ -1,6 +0,0 @@
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
||||
apiKey: '{{ site.data.docsearch.apiKey }}',
|
||||
indexName: '{{ site.data.docsearch.indexName }}',
|
||||
inputSelector: '#q',
|
||||
algoliaOptions: { 'facetFilters': ['lang:{{ page.lang }}'] }
|
||||
})" async></script>
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<div id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">Lizenzvertrag</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,67 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="doc-langs">
|
||||
Documentation translations provided by StrongLoop/IBM:
|
||||
<a href="/fr/">French</a>, <a href="/de/">German</a>, <a href="/es/">Spanish</a>, <a href="/it/">Italian</a>, <a href="/ja/">Japanese</a>, <a href="/ru/">Russian</a>, <a href="/zh-cn/">Chinese</a>, <a href="/zh-tw/">Traditional Chinese</a>, <a href="/ko/">Korean</a>, <a href="/pt-br/">Portuguese</a>.
|
||||
<br>
|
||||
Community translation available for: <a href="/sk/">Slovak</a>, <a href="/uk/">Ukrainian</a>, <a href="/uz/">Uzbek</a>, <a href="/tr/">Turkish</a>, <a href="/th/">Thai</a> and <a href="/id/">Indonesian</a>.
|
||||
</section>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Condiciones de uso</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Política de privacidad</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Código de conducta</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Política de marcas</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Seguridad</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">Licencia</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<div id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,67 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="doc-langs">
|
||||
Dokumentasi versi terjemahan yang disediakan oleh StrongLoop/IBM:
|
||||
<a href="/fr/">French</a>, <a href="/de/">German</a>, <a href="/es/">Spanish</a>, <a href="/it/">Italian</a>, <a href="/ja/">Japanese</a>, <a href="/ru/">Russian</a>, <a href="/zh-cn/">Chinese</a>, <a href="/zh-tw/">Traditional Chinese</a>, <a href="/ko/">Korean</a>, <a href="/pt-br/">Portuguese</a>.
|
||||
<br>
|
||||
Terjemahan oleh komunitas tersedia untuk: <a href="/sk/">Slovak</a>, <a href="/uk/">Ukrainian</a>, <a href="/uz/">Uzbek</a>, <a href="/tr/">Turkish</a>, <a href="/th/">Thai</a> dan <a href="/id/">Bahasa Indonesia</a>.
|
||||
</section>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,62 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Termos de Uso</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Política de Privacidade</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Código de Conduta</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Política de Marcas</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Política de Segurança</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">Licença</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
@@ -1,61 +0,0 @@
|
||||
<a id="top" href="#">{% include icons/arrow.svg %}</a>
|
||||
|
||||
<footer>
|
||||
<section id="footer-content">
|
||||
<div id="footer-copyright">
|
||||
<a href="https://openjsf.org/">
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
|
||||
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
|
||||
</a>
|
||||
<div id="footer-policy">
|
||||
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
|
||||
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
|
||||
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
|
||||
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
|
||||
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
|
||||
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<div class="footer-social">
|
||||
<div>
|
||||
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/github-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/github-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
|
||||
<span class="hidden-dark">
|
||||
{% include icons/x-light.svg %}
|
||||
</span>
|
||||
<span class="hidden-light">
|
||||
{% include icons/x-dark.svg %}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.netlify.com">
|
||||
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
{% include footer/_docsearch.html %}
|
||||
252
_includes/header.html
Normal file
252
_includes/header.html
Normal file
@@ -0,0 +1,252 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li>
|
||||
<a href="/" id="home-menu" {% if page.menu=='home' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.home }}
|
||||
</a>
|
||||
</li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html" {% if page.menu=='starter' %} class="active" {% endif%}>
|
||||
{{ site.data[page.lang].menu.getting_started }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
{{ site.data[page.lang].menu.installing }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
{{ site.data[page.lang].menu.hello_world }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
{{ site.data[page.lang].menu.generator }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
{{ site.data[page.lang].menu.basic_routing }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
{{ site.data[page.lang].menu.static_files }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/examples.html">
|
||||
{{ site.data[page.lang].menu.examples }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
{{ site.data[page.lang].menu.faq }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html" {% if page.menu=='guide' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.guide }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/routing.html">
|
||||
{{ site.data[page.lang].menu.routing }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/writing-middleware.html">
|
||||
{{ site.data[page.lang].menu.writing_middleware }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/using-middleware.html">
|
||||
{{ site.data[page.lang].menu.using_middleware }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/overriding-express-api.html">
|
||||
{{ site.data[page.lang].menu.overriding_express_api }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/using-template-engines.html">
|
||||
{{ site.data[page.lang].menu.using_template_engines }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/error-handling.html">
|
||||
{{ site.data[page.lang].menu.error_handling }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/debugging.html">
|
||||
{{ site.data[page.lang].menu.debugging }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/behind-proxies.html">
|
||||
{{ site.data[page.lang].menu.behind_proxies }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/migrating-4.html">
|
||||
{{ site.data[page.lang].menu.migrating_4 }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/migrating-5.html">
|
||||
{{ site.data[page.lang].menu.migrating_5 }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/guide/database-integration.html">
|
||||
{{ site.data[page.lang].menu.database_integration }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html" {% if page.menu=='api' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.api }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/5x/api.html">
|
||||
{{ site.data[page.lang].menu.5x }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/4x/api.html">
|
||||
{{ site.data[page.lang].menu.4x }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/3x/api.html">
|
||||
{{ site.data[page.lang].menu.3x }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/2x/">
|
||||
{{ site.data[page.lang].menu.2x }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html" {% if page.menu=='advanced' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.advanced }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html">
|
||||
{{ site.data[page.lang].menu.developing_template_engines }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/advanced/security-updates.html">
|
||||
{{ site.data[page.lang].menu.security_updates }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/advanced/best-practice-security.html">
|
||||
{{ site.data[page.lang].menu.best_practice_security }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/advanced/best-practice-performance.html">
|
||||
{{ site.data[page.lang].menu.best_practice_performance }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/advanced/healthcheck-graceful-shutdown.html">
|
||||
{{ site.data[page.lang].menu.healthcheck_graceful_shutdown }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html" {% if page.menu=='resources' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.resources }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/community.html">
|
||||
{{ site.data[page.lang].menu.community }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/glossary.html">
|
||||
{{ site.data[page.lang].menu.glossary }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/middleware.html">
|
||||
{{ site.data[page.lang].menu.middleware }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/utils.html">
|
||||
{{ site.data[page.lang].menu.utils }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/contributing.html">
|
||||
{{ site.data[page.lang].menu.contributing }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/changelog">
|
||||
{{ site.data[page.lang].menu.changelog }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/support" id="support-menu" {% if page.menu=='support' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.support }}
|
||||
</a>
|
||||
</li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}" {% if page.menu=='blog' %} class="active" {% endif %}>
|
||||
{{ site.data[page.lang].menu.blog }}
|
||||
</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">
|
||||
{{ site.data[page.lang].menu.latest_post }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">
|
||||
{{ site.data[page.lang].menu.all_posts }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">
|
||||
{{ site.data[page.lang].menu.write_post }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,132 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Home</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Einführung</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Installation
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello World
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express Generator
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Basisrouting
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Statische Dateien
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
Häufig gestellte Fragen</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Leitfaden</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Middleware schreiben</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Middleware verwenden</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Template-Engines verwenden</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Fehlerbehandlung</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debugging</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express hinter Proxys</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Wechsel zu Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Wechsel zu Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Datenbankintegration</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API-Referenz</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (veraltet)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (veraltet)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Themen für Fortgeschrittene</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Template-Engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Sicherheitsupdates</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Sicherheitsspezifische Best Practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Leistungsspezifische Best Practices</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Ressourcen</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glossar</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Community</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,154 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Home</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Getting started</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Installing
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express generator
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Basic routing
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Static files
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/examples.html">
|
||||
More examples
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guide</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Writing middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Using middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/overriding-express-api.html">Overriding the Express API</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Using template engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Error handling</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debugging</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express behind proxies</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Moving to Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Moving to Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Database integration</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API reference</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (deprecated)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (deprecated)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Advanced topics</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Building template engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Security updates</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Security best practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Performance best practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/healthcheck-graceful-shutdown.html">Health checks & shutdown</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Resources</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/community.html">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/glossary.html">Glossary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/utils.html">Utility modules</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/contributing.html">Contributing to Express</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/changelog/4x.html">Release Change Log</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,134 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Inicio</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Cómo empezar</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Instalación
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Generador de Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Direccionamiento básico
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Archivos estáticos
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
Preguntas más frecuentes
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guía</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Direccionamiento</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Escritura de middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Utilización del middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Utilización de motores de plantilla</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Manejo de errores</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Depuración</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express detrás de proxies</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Migración a Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Migración a Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Integración de la base de datos</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Referencia de API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (en desuso)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (en desuso)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Temas avanzados</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Motores de plantilla</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Actualizaciones de seguridad</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Mejores prácticas de seguridad</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Mejores prácticas de rendimiento</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Recursos</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glosario</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Comunidad</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,134 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Accueil</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Mise en route</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Installation
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Générateur Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Routage de base
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Fichiers statiques
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guide</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routage</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Ecriture de middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Utilisation de middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Utilisation de moteurs de modèles</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Traitement d'erreurs</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Débogage</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express derrière Proxys</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Migration vers Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Migration vers Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Intégration de bases de données</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Référence de l'API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (obsolète)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (obsolète)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Rubriques avancées</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Moteurs de modèles</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Mises à jour de sécurité</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Meilleures pratiques en termes de sécurité</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Meilleures pratiques en termes de performances</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Ressources</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glossaire</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Communauté</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,156 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Home</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Mulai</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Menginstal
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Generator Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Dasar routing
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
File statis
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/examples.html">
|
||||
Contoh lainnya
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Panduan</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Membuat middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Menggunakan middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/overriding-express-api.html">Mengganti Express API</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Menggunakan template engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Penanganan Error</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debugging</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express behind proxies</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Pindah to Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Pindah to Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Integrasi Database</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Referensi API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (deprecated)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (deprecated)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Topik lanjutan</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Membangun template engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Security updates</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Security best practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Performance best practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/healthcheck-graceful-shutdown.html">Health checks & shutdown</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Resources</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/community.html">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/glossary.html">Glossary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/utils.html">Utility modules</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/contributing.html">Contributing to Express</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/changelog/4x.html">Release Change Log</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,130 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Home</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Introduzione</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Installazione</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Programma di creazione Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Routing di base</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
File statici
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guida</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Scrittura del middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Utilizzo del middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Utilizzo dei motori di template</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Gestione degli errori</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debug</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express con i proxy</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Passaggio a Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Passaggio a Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Integrazione database</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Riferimento API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (deprecato)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (deprecato)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Argomenti avanzati</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Motori di template</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Aggiornamenti sulla sicurezza</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Best practice sulla sicurezza</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Best practice sulle prestazioni</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Risorse</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glossario</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Community</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>ホーム</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>概説</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
インストール
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello World
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express ジェネレーター
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
基本的なルーティング
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
静的ファイル
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>ガイド</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">ルーティング</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">ミドルウェアの作成</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">ミドルウェアの使用</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">テンプレート・エンジンの使用</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">エラー処理</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">デバッグ</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">プロキシーの背後の Express</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Express 4 への移行</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Express 5 への移行</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">データベースの統合</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API リファレンス</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (非推奨)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (非推奨)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>高度なトピック</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">テンプレート・エンジン</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">セキュリティー更新</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">セキュリティーに関するベスト・プラクティス</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">パフォーマンスに関するベスト・プラクティス</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>リソース</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">用語集</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">ミドルウェア</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">コミュニティー</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>홈</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>시작하기</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
설치
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express 생성기
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
기본 라우팅
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
정적 파일
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
자주 묻는 질문(FAQ)
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>안내서</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">라우팅</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">미들웨어 작성</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">미들웨어 사용</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">템플리트 엔진 사용</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">오류 처리</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">디버깅</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">프록시 환경에서 Express 사용</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Express 4로의 이전</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Express 5로의 이전</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">데이터베이스 통합</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API 참조</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x(더 이상 사용되지 않음)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x(더 이상 사용되지 않음)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>고급 주제</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">템플리트 엔진</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">보안 업데이트</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">보안 우수 사례</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">성능 우수 사례</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>자원</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">용어집</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">미들웨어</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">커뮤니티</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Página Inicial</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Introdução</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Instalação
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Gerador do Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Roteamento Básico
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Arquivos Estáticos
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
Perguntas mais frequentes
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guia</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Roteamento</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Escrevendo o middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Usando o middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Usando o mecanismo de modelo</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Manipulação de erros</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Depuração</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express atrás de proxies</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Migrando para o Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Migrando para o Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Integração de Banco de dados</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Referência da API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (descontinuada)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (descontinuada)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Tópicos Avançados</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Mecanismos de modelo</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Atualizações de segurança</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Melhores práticas de segurança</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Melhores práticas de desempenho</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Recursos</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glossário</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Comunidade</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Suporte</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Ultimos post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">Todos posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Escreva um Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Главная</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Начало работы</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Установка
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Генератор приложений Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Основы маршрутизации
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Статические файлы
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Руководство</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Маршрутизация</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Написание кода промежуточных обработчиков</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Использование промежуточных обработчиков</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Использование шаблонизаторов</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Обработка ошибок</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Отладка</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express за прокси</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Переход к Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Переход к Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Интеграция с базами данных</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (устарел)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (устарел)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Расширенные возможности</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Шаблонизаторы</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Обновления системы безопасности</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Лучшие практические методы в области защиты</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Лучшие практические методы улучшения производительности</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Ресурсы</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Глоссарий</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Промежуточный обработчик</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Сообщество</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu" {% if page.menu == 'home' %} class="active" {% endif %}>Domov</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html" {% if page.menu == 'starter' %} class="active" {% endif %}>Začíname</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Inštalácia
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express generátor
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Základný routing
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Statické súbory
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html" {% if page.menu == 'guide' %} class="active" {% endif %}>Príručka</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Tvorba middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Použitie middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Použitie template enginov</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Error handling</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debuggovanie</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Použitie Express za proxy</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Prechod na Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Prechod na Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Integrácia s databázou</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html" {% if page.menu == 'api' %} class="active" {% endif %}>API referenčná príručka</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (zastaralé)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (zastaralé)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html" {% if page.menu == 'advanced' %} class="active" {% endif %}>Pokročilé témy</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Templatovacie enginy</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Security - aktualizácie</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Security - osvedčené postupy</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Výkonnosť - osvedčené postupy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html" {% if page.menu == 'resources' %} class="active" {% endif %}>Zdroje</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glosár</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Komunita</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,147 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>หน้าแรก</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>เริ่มกันเลย</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
การติดตั้ง
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
เครื่องมือสร้าง Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
เส้นทางเบื้องต้น
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
บริการไฟล์คงที่
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
คำถามที่พบบ่อย
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>แนะนำ</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">การใช้งานเราเตอร์</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">การเขียนมิดเดิลแวร์</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">การใช้งานมิดเดิลแวร์</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">การใช้งานเครื่องสร้างโครงแบบ</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">การจักการความผิดพลาด</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">การแก้จุดบกพร่อง</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express เบื่องหลังพร็อกซี</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">การย้ายไป Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">การย้ายไป Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">การเชื่อมโยงกับฐานข้อมูล</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>การอ้างอิง API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (เลิกใช้)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (เลิกใช้)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>หัวข้อขั้นสูง</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">เครื่องสร้างโครงแบบ</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">ความปลอดภัยล่าสุด</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">แนวทางปฏิบัติความปลอดภัย</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">แนวทางปฏิบัติประสิทธิภาพ</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>แหล่งข้อมูลอื่น</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/community.html">ชุมชน</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/glossary.html">ศัพย์</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/middleware.html">มิลเดิลแวร์</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/utils.html">โมดูลที่มีประโยชน์</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/contributing.html">มีส่วนร่วมกับ Express</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/changelog/4x.html">บันทึกการเปลี่ยนแปลง</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,147 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search" />
|
||||
<ul id="navmenu">
|
||||
<li><a href="/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Anasayfa</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Buradan Başlayın</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Kurulum
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Merhaba Dünya
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express Oluşturucu
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Basit Yönlendirme
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Statik Dosyalar
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
SSS
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Kılavuz</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Yönlendirme</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">
|
||||
Middleware yazma</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Middleware kullanma</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Şablon motoru kullanma</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Hata işleme</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Hata Ayıklama</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express behind proxies</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Express 4 geçiş</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Express 5 geçiş</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Database Entegrasyonu</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API Kaynak</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (Kullanımdan kaldırıldı)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (Kullanımdan kaldırıldı)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Gelişmiş konular</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Şablon motorları</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Gğvenlik güncellemeleri</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">En iyi güvenlik uygulamaları</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">En iyi performans uygulamaları</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Kaynaklar</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/community.html">Topluluk</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/glossary.html">Terimler</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/utils.html">Yardımcı Modüller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/resources/contributing.html">Express'e katkıda bulunmak</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/changelog/4x.html">Sürüm Notları</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,131 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Початкова сторінка</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Ознайомлення</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
Встановлення
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Генератор структури Express
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Базова маршрутизація
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Статичні файли
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
ЧАПи
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Гід</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Маршрутизація</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Створення проміжних обробників</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Використання проміжних обробників</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Використання шаблонізаторів</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Обробка помилок</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Зневадження</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express позаду проксі</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Перехід на Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Перехід на Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Інтеграція з базами даних</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>Довідник API</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (застаріла)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Додаткові можливості</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Шаблонізатори</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Оновлення безпеки</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Кращі практики безпеки</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Кращі практики продуктивності</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Ресурси</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Голосарій</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Проміжний обробник</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Спільнота</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search" />
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Bosh sahifa</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Boshlang'ich ishlar</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
O'rnatish
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express generator
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
Oddiy routing
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
Statik fayllar
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Qo'llanma</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">Middleware yozish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">Middleware ishlatish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">Template engine ishlatish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">Xatolarni qayta ishlash</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">Debug qilish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">Express proksilar bilan</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">Express 4ga o'tish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">Express 5ga o'tish</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">Ma'lumotlar omboriga ulash</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API qo'llanma</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x (eskirgan)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x (eskirgan)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Advanced topics</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">Template engines</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">Security updates</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">Security best practices</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">Performance best practices</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Resources</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">Glossary</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">Middleware</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">Community</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>主页</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>入门</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
安装
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello world
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express 生成器
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
基本路由
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
静态文件
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
常见问题及解答
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>指南</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">路由</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">编写中间件</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">使用中间件</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">使用模板引擎</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">错误处理</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">调试</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">代理背后的 Express</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">迁移到 Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">迁移到 Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">数据库集成</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API 参考</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x(不推荐)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x(不推荐)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>高级主题</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">模板引擎</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">安全更新</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">安全最佳实践</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">性能最佳实践</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>资源</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">词汇表</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">中间件</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">社区</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,133 +0,0 @@
|
||||
<header>
|
||||
<div id="mobile-menu">
|
||||
<div id="nav-button" class="fa fa-bars fa-2x button"></div>
|
||||
</div>
|
||||
<section id="logo"><a href="/" class="express">Express</a>
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<input id="q" placeholder="🔎 search">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/{{ page.lang }}/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>首頁</a></li>
|
||||
<li id="getting-started-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>入門</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/installing.html">
|
||||
安裝
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/hello-world.html">
|
||||
Hello World
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/generator.html">
|
||||
Express 產生器
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/basic-routing.html">
|
||||
基本路由
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/static-files.html">
|
||||
靜態檔案
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/{{ page.lang }}/starter/faq.html">
|
||||
常見問題 (FAQ)
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="guide-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>手冊</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/guide/routing.html">路由</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/writing-middleware.html">撰寫中介軟體</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-middleware.html">使用中介軟體</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/using-template-engines.html">使用範本引擎</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/error-handling.html">錯誤處理</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/debugging.html">除錯</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/behind-proxies.html">位於 Proxy 背後的 Express</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-4.html">移至 Express 4</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/migrating-5.html">移至 Express 5</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/guide/database-integration.html">資料庫整合</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="application-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/5x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API 參照</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/5x/api.html">5.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/4x/api.html">4.x</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/3x/api.html">3.x(已淘汰)</a>
|
||||
</li>
|
||||
<li><a href="/2x/">2.x(已淘汰)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="advanced-topics-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>進階主題</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/advanced/developing-template-engines.html">範本引擎</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/security-updates.html">安全更新</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-security.html">安全最佳作法</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/advanced/best-practice-performance.html">效能最佳作法</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="resources-menu" class="submenu">
|
||||
<a href="/{{ page.lang }}/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>資源</a>
|
||||
<ul class="submenu-content">
|
||||
<li><a href="/{{ page.lang }}/resources/glossary.html">名詞解釋</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/middleware.html">中介軟體</a>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/resources/community.html">社群</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/{{ page.lang }}/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
|
||||
<li id="blog-menu" class="submenu">
|
||||
<a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
|
||||
<ul class="submenu-content">
|
||||
<li>
|
||||
<a href="{{site.posts.first.url}}">Latest post</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/posts.html">All posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/en/blog/write-post.html">Write a Post</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
|
||||
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
|
||||
<span class="sun-icon hidden-light"></span>
|
||||
</div>
|
||||
{% include language-picker.html %}
|
||||
{% include language-picker-mobile.html %}
|
||||
</div>
|
||||
</header>
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<section class="content">
|
||||
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
|
||||
{% include api/en/3x/menu.md %}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
</section>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
{% else %}
|
||||
<body class="non-en-doc">
|
||||
{% endif %}
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<main class="content-404">
|
||||
{{ content }}
|
||||
</main>
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<section class="content">
|
||||
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
|
||||
{% include api/en/4x/menu.md %}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
</section>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<section class="content">
|
||||
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
|
||||
{% include api/en/5x/menu.md %}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
</section>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<section class="page content">
|
||||
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
|
||||
<div id="overlay"></div>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<section class="content">
|
||||
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
|
||||
{% include blog/posts-menu.md %}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ menu: home
|
||||
lang: de
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
2
index.md
2
index.md
@@ -7,7 +7,7 @@ lang: en
|
||||
redirect_from: "/en/index.html"
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -8,7 +8,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
---
|
||||
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -8,7 +8,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
---
|
||||
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
@@ -7,7 +7,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
providing a robust set of features for web and mobile applications.
|
||||
---
|
||||
<section id="home-content">
|
||||
{% include header/header-{{ page.lang }}.html %}
|
||||
{% include header.html %}
|
||||
<div id="overlay"></div>
|
||||
<div id="homepage-leftpane" class="pane">
|
||||
<section id="description">
|
||||
|
||||
Reference in New Issue
Block a user