Skip to content

Commit bf28baa

Browse files
committed
params update
1 parent 7bf8a50 commit bf28baa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/template/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"identity": "DBones.Template.Docs.normal",
99
"name": "normal docs tempalate",
1010
"shortName": "normal-doc",
11-
"sourceName": "normaldoc",
11+
"sourceName": "ProjectName",
1212

1313
"symbols": {
1414
"organisation-name": {
1515
"type": "parameter",
1616
"datatype": "text",
1717
"replaces": "organisation-name",
18-
"defaultValue": ""
18+
"defaultValue": "dbones-labs"
1919
},
2020
"project-name": {
2121
"type": "parameter",

src/template/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ heading_anchors: true
4444

4545
# Footer content
4646
# appears at the bottom of every page's main content
47-
footer_content: "Copyright © dbones.co.uk (David Rundle). Made with tea in the Lab"
47+
footer_content: "Copyright © dbones.co.uk. Made with tea in the Lab"
4848

4949
# Footer last edited timestamp
5050
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter

src/template/quick-examples/nuget-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dotnet nuget add source https://nuget.pkg.github.com/organisation-name/index.jso
2121
Install the required packages
2222

2323
```sh
24-
dotnet add PROJECT package project-name
24+
dotnet add ProjectName package project-name
2525
```
2626

2727
All the `auditable` are listed here: [![Nuget](https://img.shields.io/badge/nuget-project-name-blue)](https://github.com/orgs/organisation-name/packages?repo_name=project-name)

0 commit comments

Comments
 (0)