Skip to content

Commit ea9b7ba

Browse files
committed
configs
1 parent d3479c4 commit ea9b7ba

File tree

14 files changed

+76
-38
lines changed

14 files changed

+76
-38
lines changed

config/_default/menus.toml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@
55
url = "/docs/prologue/"
66

77
[[docs]]
8-
name = "Help"
8+
name = "Architecture"
99
weight = 60
10-
identifier = "help"
11-
url = "/docs/help/"
10+
identifier = "architecture"
11+
url = "/docs/architecture/"
12+
13+
[[docs]]
14+
name = "Features"
15+
weight = 60
16+
identifier = "features"
17+
url = "/docs/features/"
18+
19+
[[docs]]
20+
name = "Tutorials"
21+
weight = 60
22+
identifier = "tutorials"
23+
url = "/docs/tutorials/"
1224

1325
[[main]]
1426
name = "Docs"
@@ -23,13 +35,13 @@
2335
[[social]]
2436
name = "Twitter"
2537
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-twitter\"><path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\"></path></svg>"
26-
url = "https://twitter.com/getdoks"
38+
url = "https://twitter.com/codewithmukesh"
2739
weight = 10
2840

2941
[[social]]
3042
name = "GitHub"
3143
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
32-
url = "https://github.com/h-enk/doks"
44+
url = "https://github.com/blazorhero/CleanArchitecture"
3345
post = "v0.1.0"
3446
weight = 20
3547

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ description = "BlazorHero is a Clean Architecture Solution Template for Blazor W
99
## Open Graph + Twitter Cards
1010
images = ["doks.png"]
1111
twitterSite = "codewithmukesh"
12-
twitterCreator = "iammuekshm"
13-
facebookAuthor = "iammuekshm"
12+
twitterCreator = "iammukeshm"
13+
facebookAuthor = "iammukeshm"
1414
facebookPublisher = "codewithmukesh"
1515
ogLocale = "en_US"
1616

1717
## JSON-LD
1818
schemaType = "Organization"
1919
schemaLogo = "logo-doks.png"
2020
schemaTwitter = "https://twitter.com/codewithmukesh"
21-
schemaLinkedIn = "https://www.linkedin.com/in/iammuekshm/"
21+
schemaLinkedIn = "https://www.linkedin.com/in/iammukeshm/"
2222
schemaGitHub = "https://github.com/blazorhero"
2323
schemaSection = "blog"
2424

config/next/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
baseurl = "https://doks-next.netlify.app/"
1+
baseurl = "https://blazorhero.github.io/"
22
canonifyURLs = true

config/production/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
baseurl = "https://doks.netlify.app/"
1+
baseurl = "https://blazorhero.github.io/"
22
canonifyURLs = true

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title : "Modern Documentation Theme"
3-
description: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
4-
lead: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
2+
title : "blazohero"
3+
description: "BlazorHero is a Clean Architecture Solution Template for Blazor Webassembly 5.0 built with MudBlazor Components."
4+
lead: "BlazorHero is a Clean Architecture Solution Template for Blazor Webassembly 5.0 built with MudBlazor Components."
55
date: 2020-10-06T08:47:36+00:00
66
lastmod: 2020-10-06T08:47:36+00:00
77
draft: false
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Folder Structure"
3+
description: "Doks comes with commands for common tasks."
4+
lead: "Doks comes with commands for common tasks."
5+
date: 2020-10-13T15:21:01+02:00
6+
lastmod: 2020-10-13T15:21:01+02:00
7+
draft: false
8+
images: []
9+
menu:
10+
docs:
11+
parent: "architecture"
12+
weight: 1
13+
toc: true
14+
---
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Database Seeding"
3+
description: "Doks comes with commands for common tasks."
4+
lead: "Doks comes with commands for common tasks."
5+
date: 2020-10-13T15:21:01+02:00
6+
lastmod: 2020-10-13T15:21:01+02:00
7+
draft: false
8+
images: []
9+
menu:
10+
docs:
11+
parent: "features"
12+
weight: 2
13+
toc: true
14+
---
15+

content/docs/features/logging.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Logging"
3+
description: "Doks comes with commands for common tasks."
4+
lead: "Doks comes with commands for common tasks."
5+
date: 2020-10-13T15:21:01+02:00
6+
lastmod: 2020-10-13T15:21:01+02:00
7+
draft: false
8+
images: []
9+
menu:
10+
docs:
11+
parent: "features"
12+
weight: 1
13+
toc: true
14+
---
15+

content/docs/help/how-to-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ weight: 610
1313
toc: true
1414
---
1515

16-
{{< alert icon="💡" text="Learn more about <a href=\"https://docs.npmjs.com/about-semantic-versioning\">semantic versioning</a> and <a href=\"https://docs.npmjs.com/cli/v6/using-npm/semver#advanced-range-syntax\">advanced range syntax</a>." />}}
1716

1817
## Check for outdated packages
1918

content/docs/prologue/commands.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ weight: 130
1313
toc: true
1414
---
1515

16-
{{< alert icon="💡" text="You can change the commands in the scripts section of `./package.json`." />}}
1716

1817
## create
1918

0 commit comments

Comments
 (0)