Skip to content

Commit

Permalink
move capability to the top of the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Nov 30, 2024
1 parent afeef88 commit db9a418
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default (props) => {
${props.content}
<div id="page-navigation">
${previousPage ? `<a href="${previousPage.path}" id="prev-doc">&lt;&lt; ${previousPage.name}</a>` : ''}
${nextPage ? `<a href="${nextPage.path}" id="next-doc">${nextPage.name} &gt;&gt;</a>` : ''}
${previousPage ? `<a href="${previousPage.path.replace('.html', '')}" id="prev-doc">&lt;&lt; ${previousPage.name}</a>` : ''}
${nextPage ? `<a href="${nextPage.path.replace('.html', '')}" id="next-doc">${nextPage.name} &gt;&gt;</a>` : ''}
</div>
<a href="${`${githubDocsPath}${props.path.replace('.html', '')}.md`}" id="edit-doc">edit this doc</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/form-controls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Form Control
order: 7.3
order: 4.3
title: Form Control - Markup by Before Semicolon
description: Form Control with Markup Web Component
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/function-component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Function Component
order: 7.1
order: 4.1
title: Function Component - Markup by Before Semicolon
description: How to create Component using Functions
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: What's possible?
order: 7
order: 4
title: Capabilities - Markup by Before Semicolon
description: How to use Markup to create web patterns
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/router.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Router
order: 7.4
order: 4.4
title: Router - Markup by Before Semicolon
description: Web Component based Router with Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/server-side-rendering.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Server Side Rendering
order: 7.6
order: 4.6
title: Server Side Rendering - Markup by Before Semicolon
description: How to render markup templates on the server
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/state-store.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: State Store
order: 7.5
order: 4.5
title: State Store - Markup by Before Semicolon
description: How to use state to create a state store
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/capabilities/web-component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Web Component
order: 7.2
order: 4.2
title: Web Component - Markup by Before Semicolon
description: Enhance Web Component APIs with Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/state/effect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Effect
order: 5.1
order: 6.1
title: State Effect - Markup by Before Semicolon
description: How to react to state in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/state/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Intro to States
order: 5
order: 6
title: State - Markup by Before Semicolon
description: How to handle state in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Events
order: 4.5
order: 5.5
title: HTML Events - Markup by Before Semicolon
description: how to handle HTML events in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/html-attributes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Attributes
order: 4.3
order: 5.3
title: HTML Attributes - Markup by Before Semicolon
description: How to work with HTML attributes in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Create & Render
order: 4
order: 5
title: Render Template - Markup by Before Semicolon
description: How to create and render a templates in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/lifecycles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Lifecycles
order: 4.1
order: 5.1
title: Template Lifecycles - Markup by Before Semicolon
description: How to react to template lifecycles in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/ref.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: References
order: 4.4
order: 5.4
title: Template DOM References - Markup by Before Semicolon
description: How to grab reference of the DOM element in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/templating/values.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Values
order: 4.2
order: 5.2
title: Template Values - Markup by Before Semicolon
description: How to inject and render values in templates in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/and-or-&-oneof.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: OneOf, And & Or
order: 6.6
order: 7.6
title: OneOf, And & Or Utility - Markup by Before Semicolon
description: How to quickly check state truthy or falsy with Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/element.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Element
order: 6.1
order: 7.1
title: Element Utility - Markup by Before Semicolon
description: How Markup by Before Semicolon allows you to easily create DOM elements
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Intro to Utilities
order: 6
order: 7
title: Utility - Markup by Before Semicolon
description: How Markup by Before Semicolon allows you to easily create DOM elements
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/is-&-isnot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Is & IsNot
order: 6.5
order: 7.5
title: Is & IsNot Utility - Markup by Before Semicolon
description: How to quickly check state truthy or falsy with Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/pick.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Pick
order: 6.7
order: 7.7
title: Pick Utility - Markup by Before Semicolon
description: How to render deep state values in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/repeat.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Repeat
order: 6.4
order: 7.4
title: Repeat Utility - Markup by Before Semicolon
description: How to handle lists and repeated content in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/suspense.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Suspense
order: 6.2
order: 7.2
title: Suspense Utility - Markup by Before Semicolon
description: How to lazy render content asynchronously in Markup by Before Semicolon
layout: document
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/utilities/when.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: When
order: 6.3
order: 7.3
title: When Utility - Markup by Before Semicolon
description: How to conditionally render content in Markup by Before Semicolon
layout: document
Expand Down

0 comments on commit db9a418

Please sign in to comment.