-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5459 from marmelab/doc-main-navigation
Improve doc main navigation
- Loading branch information
Showing
3 changed files
with
48 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,35 @@ | ||
<li {% if page.path contains 'Readme.md' %} class="active" {% endif %}><a href="./Readme.html">Read Me</a></li> | ||
<li {% if page.path contains 'Tutorial.md' %} class="active" {% endif %}><a href="./Tutorial.html">Tutorial</a> | ||
</li> | ||
<li {% if page.path contains 'DataProviders.md' %} class="active" {% endif %}><a href="./DataProviders.html">Data | ||
Providers</a></li> | ||
<li {% if page.path contains 'Admin.md' %} class="active" {% endif %}><a | ||
href="./Admin.html"><code><Admin></code></a> | ||
</li> | ||
<li {% if page.path contains 'Resource.md' %} class="active" {% endif %}><a href="./Resource.html"> | ||
<code><Resource></code> | ||
</a></li> | ||
<li {% if page.path contains 'List.md' %} class="active" {% endif %}><a href="./List.html"><code><List></code> | ||
View</a></li> | ||
<li {% if page.path contains 'CreateEdit.md' %} class="active" {% endif %}><a | ||
href="./CreateEdit.html"><code><Create></code> | ||
and <code><Edit></code> Views</a> | ||
</li> | ||
<li {% if page.path contains 'Show.md' %} class="active" {% endif %}><a href="./Show.html"><code><Show></code> | ||
View</a></li> | ||
<li {% if page.path contains 'Fields.md' %} class="active" {% endif %}><a | ||
href="./Fields.html"><code><Field></code> | ||
Components</a></li> | ||
<li {% if page.path contains 'Inputs.md' %} class="active" {% endif %}><a | ||
href="./Inputs.html"><code><Input></code> | ||
Components</a></li> | ||
<li {% if page.path contains 'Authentication.md' %} class="active" {% endif %}><a | ||
href="./Authentication.html">Authentication</a></li> | ||
<li {% if page.path contains 'Authorization.md' %} class="active" {% endif %}><a | ||
href="./Authorization.html">Authorization</a></li> | ||
<li {% if page.path contains 'Actions.md' %} class="active" {% endif %}><a href="./Actions.html">Querying the | ||
API</a></li> | ||
<li {% if page.path contains 'Theming.md' %} class="active" {% endif %}><a href="./Theming.html">Theming</a></li> | ||
<li {% if page.path contains 'Translation.md' %} class="active" {% endif %}><a href="./Translation.html">Translation & i18n</a> | ||
</li> | ||
<li {% if page.path contains 'Caching.md' %} class="active" {% endif %}><a href="./Caching.html">Caching</a> | ||
</li> | ||
<li {% if page.path contains 'CustomApp.md' %} class="active" {% endif %}><a href="./CustomApp.html">Including in | ||
Another App</a> | ||
</li> | ||
<li {% if page.path contains 'Reference.md' %} class="active" {% endif %}><a href="./Reference.html">Reference</a> | ||
</li> | ||
<li {% if page.path contains 'Ecosystem.md' %} class="active" {% endif %}><a href="./Ecosystem.html">Ecosystem</a> | ||
</li> | ||
<li {% if page.path contains 'UnitTesting.md' %} class="active" {% endif %}><a href="./UnitTesting.html">Unit | ||
Testing</a></li> | ||
<li {% if page.path contains 'AdvancedTutorials.md' %} class="active" {% endif %}><a | ||
href="./AdvancedTutorials.html">Advanced | ||
tutorials</a></li> | ||
<li {% if page.path contains 'Tutorial.md' %} class="active" {% endif %}><a href="./Tutorial.html">Tutorial</a></li> | ||
|
||
<ul><div>App Configuration</div> | ||
<li {% if page.path contains 'DataProviders.md' %} class="active" {% endif %}><a href="./DataProviders.html">Data Providers</a></li> | ||
<li {% if page.path contains 'Admin.md' %} class="active" {% endif %}><a href="./Admin.html"><code><Admin></code></a></li> | ||
<li {% if page.path contains 'Resource.md' %} class="active" {% endif %}><a href="./Resource.html"><code><Resource></code></a></li> | ||
<li {% if page.path contains 'Authentication.md' %} class="active" {% endif %}><a href="./Authentication.html">Authentication</a></li> | ||
<li {% if page.path contains 'Authorization.md' %} class="active" {% endif %}><a href="./Authorization.html">Authorization</a></li> | ||
<li {% if page.path contains 'Translation.md' %} class="active" {% endif %}><a href="./Translation.html">Translation & i18n</a></li> | ||
</ul> | ||
|
||
<ul><div>View Configuration</div> | ||
<li {% if page.path contains 'List.md' %} class="active" {% endif %}><a href="./List.html"><code><List></code> View</a></li> | ||
<li {% if page.path contains 'CreateEdit.md' %} class="active" {% endif %}><a href="./CreateEdit.html"><code><Create></code> and <code><Edit></code> Views</a></li> | ||
<li {% if page.path contains 'Show.md' %} class="active" {% endif %}><a href="./Show.html"><code><Show></code> View</a></li> | ||
</ul> | ||
|
||
<ul><div>Fields and Inputs</div> | ||
<li {% if page.path contains 'Fields.md' %} class="active" {% endif %}><a href="./Fields.html"><code><Field></code> Components</a></li> | ||
<li {% if page.path contains 'Inputs.md' %} class="active" {% endif %}><a href="./Inputs.html"><code><Input></code> Components</a></li> | ||
</ul> | ||
|
||
<ul><div>Recipes</div> | ||
<li {% if page.path contains 'Actions.md' %} class="active" {% endif %}><a href="./Actions.html">Querying the API</a></li> | ||
<li {% if page.path contains 'Theming.md' %} class="active" {% endif %}><a href="./Theming.html">Theming</a></li> | ||
<li {% if page.path contains 'Caching.md' %} class="active" {% endif %}><a href="./Caching.html">Caching</a></li> | ||
<li {% if page.path contains 'CustomApp.md' %} class="active" {% endif %}><a href="./CustomApp.html">Including in Another App</a></li> | ||
<li {% if page.path contains 'UnitTesting.md' %} class="active" {% endif %}><a href="./UnitTesting.html">Unit Testing</a></li> | ||
<li {% if page.path contains 'AdvancedTutorials.md' %} class="active" {% endif %}><a href="./AdvancedTutorials.html">Advanced tutorials</a></li> | ||
</ul> | ||
|
||
<li {% if page.path contains 'Ecosystem.md' %} class="active" {% endif %}><a href="./Ecosystem.html">Ecosystem</a></li> | ||
<li {% if page.path contains 'FAQ.md' %} class="active" {% endif %}><a href="./FAQ.html">FAQ</a></li> | ||
<li {% if page.path contains 'Reference.md' %} class="active" {% endif %}><a href="./Reference.html">Reference</a></li> |