Skip to content

Commit

Permalink
feat: add links to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto committed Oct 19, 2024
1 parent 0c040c2 commit 7062734
Show file tree
Hide file tree
Showing 12 changed files with 153 additions and 21 deletions.
2 changes: 0 additions & 2 deletions auto_package/templates/devDependencie.nj
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/node": "^17.0.31",
"@types/vscode": "^1.45.0",
"glob": "^7.1.6",
"js-yaml": "^3.13.1",
"shx": "^0.3.3",
"esbuild": "^0.16.17",
Expand Down
10 changes: 9 additions & 1 deletion auto_package/templates/package.nj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,15 @@
"viewsWelcome": [
{
"view": "teroshdl-project",
"contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to use TerosHDL [read the documentation](https://terostechnology.github.io/terosHDLdoc/)."
"contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to [setup a TerosHDL project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/)."
},
{
"view": "teroshdl-view-source",
"contents": "Learn more about how to [add files and libraries to a project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/sources)."
},
{
"view": "teroshdl-view-dependency",
"contents": "Learn more about how to [setup TerosHDL to compute Hierarchy](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/hierarchy)."
},
{
"view": "teroshdl-view-actions",
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,15 @@
"viewsWelcome": [
{
"view": "teroshdl-project",
"contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to use TerosHDL [read the documentation](https://terostechnology.github.io/terosHDLdoc/)."
"contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to [setup a TerosHDL project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/)."
},
{
"view": "teroshdl-view-source",
"contents": "Learn more about how to [add files and libraries to a project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/sources)."
},
{
"view": "teroshdl-view-dependency",
"contents": "Learn more about how to [setup TerosHDL to compute Hierarchy](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/hierarchy)."
},
{
"view": "teroshdl-view-actions",
Expand Down Expand Up @@ -888,10 +896,8 @@
"module-alias": "^2.2.3"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/node": "^17.0.31",
"@types/vscode": "^1.45.0",
"glob": "^7.1.6",
"js-yaml": "^3.13.1",
"shx": "^0.3.3",
"esbuild": "^0.16.17",
Expand Down
68 changes: 61 additions & 7 deletions src/colibri/config/config_web.ts

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/category/auto-documentation"

language:
description: "Documentation language:"
type: select
Expand Down
2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/editor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/category/editor"

stutter_comment_shortcuts:
description: 'Stutter mode: an enter keypress at the end of a line that contains a non-empty comment will continue the comment on the next line. This can be cancelled by pressing enter again. You must also set <code>"editor.formatOnType": true"</code>'
type: boolean
Expand Down
2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/formatter/general.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/guides/formatter"

formatter_verilog:
description: "Verilog/SV formatter:"
type: select
Expand Down
2 changes: 1 addition & 1 deletion src/colibri/config/helpers/configs/general.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/"
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/installation_checklist/installation"

pypath:
description: "Python3 binary path (e.g.: /usr/bin/python3). Empty if you want to use the system path. <strong>Install teroshdl. E.g: pip3 install teroshdl</strong>"
Expand Down
2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/linter/general.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/guides/linter"

linter_vhdl:
description: "VHDL linter: disable VHDL-LS needs restart VSCode."
type: select
Expand Down
2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/schematic.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/guides/schematic_viewer/installation"

backend:
description: "Select the backend:"
type: select
Expand Down
2 changes: 2 additions & 0 deletions src/colibri/config/helpers/configs/templates.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docLink: "https://terostechnology.github.io/terosHDLdoc/docs/guides/templates"

header_file_path:
description: "File path with your configurable header. E.g. your company license. It will be inserted at the beginning of the template"
type: string
Expand Down
Loading

0 comments on commit 7062734

Please sign in to comment.