Skip to content

Commit

Permalink
Merge branch 'master' into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 12, 2024
2 parents 16d70f0 + d99378a commit abd2d8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/digging-deeper/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ navigation:

Next up, let's look at how to customize the navigation menus using the config files.

- To customize the navigation menu, use the setting `navigation.order` in the `hyde.php` config.
- To customize the navigation menu, use the setting `navigation` in the `hyde.php` config.
- When customizing the navigation menu, you should use the [route key](core-concepts#route-keys) of the page.

- To customize the sidebar, use the setting `sidebar.order` in the `docs.php` config.
- To customize the sidebar, use the setting `sidebar` in the `docs.php` config.
- When customizing the sidebar, can use the route key, or just the [page identifier](core-concepts#page-identifiers) of the page.

### Changing the priorities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</span>
@endisset
@isset($post->author)
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span class="opacity-75">by</span>
<span itemprop="name">
{{ $post->author->name ?? $post->author->username }}
Expand Down
8 changes: 4 additions & 4 deletions packages/hydefront/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hydefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/hydephp/hydefront#readme",
"devDependencies": {
"sass": "1.77.6"
"sass": "1.77.8"
},
"main": "dist/hyde.css"
}

0 comments on commit abd2d8a

Please sign in to comment.