Skip to content

Commit

Permalink
hide title
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Aug 16, 2024
1 parent 882a1e8 commit c57d2ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codes/db-sea-orm/templates/layout.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Poem Example</title>
<title>Salvo Example</title>
<meta name="description" content="Actix - SeaOrm integration example" />
<meta name="author" content="Sam Samai" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const navbarEn: NavbarConfig = [
{
text: 'Common Features',
children: [
'/book/features/affix.md',
'/book/features/affix-state.md',
'/book/features/compression.md',
'/book/features/flash.md',
'/book/features/force-https.md',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const navbarEs: NavbarConfig = [
{
text: 'Características Comunes',
children: [
'/es/book/features/affix.md',
'/es/book/features/affix-state.md',
'/es/book/features/compression.md',
'/es/book/features/flash.md',
'/es/book/features/force-https.md',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/zh-hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const navbarZhHans: NavbarConfig = [
{
text: '常用功能',
children: [
'/zh-hans/book/features/affix.md',
'/zh-hans/book/features/affix-state.md',
'/zh-hans/book/features/compression.md',
'/zh-hans/book/features/flash.md',
'/zh-hans/book/features/force-https.md',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/zh-hant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const navbarZhHant: NavbarConfig = [
{
text: '常用功能',
children: [
'/zh-hant/book/features/affix.md',
'/zh-hant/book/features/affix-state.md',
'/zh-hant/book/features/compression.md',
'/zh-hant/book/features/flash.md',
'/zh-hant/book/features/force-https.md',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/sidebar/features-children.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const featuresChildren = function (bookRoot: string) {
return [
`${bookRoot}/features/affix.md`,
`${bookRoot}/features/affix-state.md`,
`${bookRoot}/features/basic-auth.md`,
`${bookRoot}/features/cache.md`,
`${bookRoot}/features/caching-headers.md`,
Expand Down
3 changes: 3 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
}
.navbar .site-name.can-hide {
display: none;
}
header .vp-site-name {
display: none;
}

0 comments on commit c57d2ca

Please sign in to comment.