mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
active menu
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: 3x-api
|
||||
title: Express 3.x - API Reference
|
||||
menu: api
|
||||
---
|
||||
<div id="api-doc" markdown="1">
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: 4x-api
|
||||
title: Express 4.x - API Reference
|
||||
menu: api
|
||||
---
|
||||
<div id="api-doc" markdown="1">
|
||||
|
||||
|
||||
@@ -6,11 +6,10 @@
|
||||
</section>
|
||||
<div id="navbar">
|
||||
<ul id="navmenu">
|
||||
<li><a href="/" id="home-menu" class="active">Home</a>
|
||||
</li>
|
||||
<li><a href="/" id="home-menu"{% if page.menu == 'home' %} class="active"{% endif %}>Home</a></li>
|
||||
<li>
|
||||
<ul id="getting-started-menu" class="menu">
|
||||
<li><a href="/starter/installing.html">Getting started</a>
|
||||
<li><a href="/starter/installing.html"{% if page.menu == 'starter' %} class="active"{% endif %}>Getting started</a>
|
||||
<ul>
|
||||
<li><a href="/starter/installing.html">Installing</a>
|
||||
</li>
|
||||
@@ -28,7 +27,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul id="guide-menu" class="menu">
|
||||
<li><a href="/guide/routing.html">Guide</a>
|
||||
<li><a href="/guide/routing.html"{% if page.menu == 'guide' %} class="active"{% endif %}>Guide</a>
|
||||
<ul>
|
||||
<li><a href="/guide/routing.html">Routing</a>
|
||||
</li>
|
||||
@@ -52,7 +51,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul id="application-menu" class="menu">
|
||||
<li><a href="/4x/api.html">API reference</a>
|
||||
<li><a href="/4x/api.html"{% if page.menu == 'api' %} class="active"{% endif %}>API reference</a>
|
||||
<ul>
|
||||
<li><a href="/4x/api.html">4.x</a>
|
||||
</li>
|
||||
@@ -66,7 +65,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul id="advanced-topics-menu" class="menu">
|
||||
<li><a href="/advanced/developing-template-engines.html">Advanced topics</a>
|
||||
<li><a href="/advanced/developing-template-engines.html"{% if page.menu == 'advanced' %} class="active"{% endif %}>Advanced topics</a>
|
||||
<ul>
|
||||
<li><a href="/advanced/developing-template-engines.html">Template engines</a>
|
||||
</li>
|
||||
@@ -78,7 +77,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul id="resources-menu" class="menu">
|
||||
<li><a href="/resources/glossary.html">Resources</a>
|
||||
<li><a href="/resources/glossary.html"{% if page.menu == 'resources' %} class="active"{% endif %}>Resources</a>
|
||||
<ul>
|
||||
<li><a href="/resources/glossary.html">Glossary</a>
|
||||
</li>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Developing template engines for Express
|
||||
menu: advanced
|
||||
---
|
||||
|
||||
# Developing template engines for Express
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express security updates
|
||||
menu: advanced
|
||||
---
|
||||
|
||||
# Security updates
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express behind proxies
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Express behind proxies
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express database integration
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Database integration
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Debugging Express
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Debugging Express
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express error handling
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Error handling
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Migrating to Express 4
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Moving to Express 4
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express routing
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Routing
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Using Express middleware
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Using middleware
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Using template engines with Express
|
||||
menu: guide
|
||||
---
|
||||
|
||||
# Using template engines with Express
|
||||
|
||||
1
index.md
1
index.md
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: home
|
||||
title: Express - Node.js web application framework
|
||||
menu: home
|
||||
---
|
||||
|
||||
<section id="home-content">
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express applications
|
||||
menu: resources
|
||||
---
|
||||
|
||||
# Applications
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express books and blogs
|
||||
menu: resources
|
||||
---
|
||||
|
||||
# Books and blogs
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express community
|
||||
menu: resources
|
||||
---
|
||||
|
||||
# Community
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express glossary
|
||||
menu: resources
|
||||
---
|
||||
|
||||
# Glossary
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express middleware
|
||||
menu: resources
|
||||
---
|
||||
|
||||
# Third-party middleware
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express basic routing tutorial
|
||||
menu: starter
|
||||
---
|
||||
|
||||
# Basic routing tutorial
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express FAQ
|
||||
title: Express FAQ
|
||||
menu: starter
|
||||
---
|
||||
|
||||
# FAQ
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express application generator
|
||||
menu: starter
|
||||
---
|
||||
|
||||
# Express application generator
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Express "Hello World" example
|
||||
menu: starter
|
||||
---
|
||||
|
||||
# Hello world example
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Installing Express
|
||||
menu: starter
|
||||
---
|
||||
|
||||
# Installing
|
||||
|
||||
Reference in New Issue
Block a user