Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links from moving root towick/ #441

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/wick/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Wick triggers:

### Application triggers

- [HTTP Trigger](triggers/http) {{<v1ref "httptrigger"/>}}- A trigger whose events are HTTP requests from an HTTP server and whose operations produce HTTP responses.
- [Time Trigger](triggers/time) {{<v1ref "timetrigger"/>}}- A trigger whose events are time-based and whose operations' output is logged.
- [CLI Trigger](triggers/cli) {{<v1ref "clitrigger"/>}}- A trigger whose events are initiated upon CLI execution and whose operations produce exit codes.
- [HTTP Trigger](triggers/http) {{<v1ref "httptrigger" />}}- A trigger whose events are HTTP requests from an HTTP server and whose operations produce HTTP responses.
- [Time Trigger](triggers/time) {{<v1ref "timetrigger" />}}- A trigger whose events are time-based and whose operations' output is logged.
- [CLI Trigger](triggers/cli) {{<v1ref "clitrigger" />}}- A trigger whose events are initiated upon CLI execution and whose operations produce exit codes.
8 changes: 4 additions & 4 deletions docs/content/wick/guide/triggers/http/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The {{<v1ref "httptrigger">}}HTTP Trigger{{</v1ref>}} takes a {{<v1ref "tcpport"

## Routers

- [Rest Router](http/rest-router) {{<v1ref "restrouter"/>}}- A router that turns Wick component's into a JSON Rest API.
- [Static Router](http/static-router) {{<v1ref "staticrouter"/>}}- A router that serves static files from a configured volume or directory.
- [Proxy Router](http/proxy-router) {{<v1ref "proxyrouter"/>}}- A router that proxies requests to a configured URL.
- [Raw Router](http/raw-router) {{<v1ref "rawrouter"/>}}- A router that delegates requests directly to a configured operation.
- [Rest Router](rest-router) {{<v1ref "restrouter"/>}}- A router that turns Wick component's into a JSON Rest API.
- [Static Router](static-router) {{<v1ref "staticrouter"/>}}- A router that serves static files from a configured volume or directory.
- [Proxy Router](proxy-router) {{<v1ref "proxyrouter"/>}}- A router that proxies requests to a configured URL.
- [Raw Router](raw-router) {{<v1ref "rawrouter"/>}}- A router that delegates requests directly to a configured operation.
2 changes: 1 addition & 1 deletion docs/layouts/partials/configuration-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4>Configuration References</h4>
<ul>
{{ range $el := $.Page.Params.refs }}
<li><a href="/configuration/reference/v1/#{{ $el.ref }}" aria-description="Configuration reference">{{ $el.name }}</a></li>
<li><a href="/wick/configuration/reference/v1/#{{ $el.ref }}" aria-description="Configuration reference">{{ $el.name }}</a></li>
{{ end }}
</ul>
{{ end }}
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/v1ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

{{ $term := .Get 0 }}

<a href="/wick/configuration/reference/v1/#{{ $term }}" aria-description="Configuration reference">{{ if eq (len .Inner) 0 }}<svg class="bi bi-file-richtextbi bi-file-richtext hi-svg-inline" fill="currentcolor" height=".9em" style="color:#007d9c" viewBox="0 0 18 18" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.25a.75.75.0 11-1.5.0.75.75.0 011.5.0zm-.861 1.542 1.33.886 1.854-1.855a.25.25.0 01.289-.047l1.888.974V7.5A.5.5.0 0111 8H5a.5.5.0 01-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5.0 000 1h6a.5.5.0 000-1H5zm0 2a.5.5.0 000 1h3a.5.5.0 000-1H5z"></path><path d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm10-1H4A1 1 0 003 2v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1z"></path></svg>{{else}}{{.Inner}}{{end}}</a>
<a href="/wick/configuration/reference/v1/#{{ $term }}" aria-description="Configuration reference for {{$term}}">{{ if eq (len .Inner) 0 }}<svg class="bi bi-file-richtextbi bi-file-richtext hi-svg-inline" fill="currentcolor" height=".9em" style="color:#007d9c" viewBox="0 0 18 18" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.25a.75.75.0 11-1.5.0.75.75.0 011.5.0zm-.861 1.542 1.33.886 1.854-1.855a.25.25.0 01.289-.047l1.888.974V7.5A.5.5.0 0111 8H5a.5.5.0 01-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5.0 000 1h6a.5.5.0 000-1H5zm0 2a.5.5.0 000 1h3a.5.5.0 000-1H5z"></path><path d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm10-1H4A1 1 0 003 2v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1z"></path></svg>{{else}}{{.Inner}}{{end}}</a>
2 changes: 1 addition & 1 deletion docs/themes/hugo-theme-techdoc/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
<li>
<a href="{{.Permalink}}">{{ .Title }}</a>
{{- if .Params.ref -}}
<a href="/configuration/reference/v1/#{{ .Params.ref }}" aria-description="Configuration reference for {{.Title}}"><svg class="bi bi-file-richtextbi bi-file-richtext hi-svg-inline" fill="currentcolor" height=".9em" style="color:#007d9c" viewBox="0 0 18 18" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.25a.75.75.0 11-1.5.0.75.75.0 011.5.0zm-.861 1.542 1.33.886 1.854-1.855a.25.25.0 01.289-.047l1.888.974V7.5A.5.5.0 0111 8H5a.5.5.0 01-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5.0 000 1h6a.5.5.0 000-1H5zm0 2a.5.5.0 000 1h3a.5.5.0 000-1H5z"></path><path d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm10-1H4A1 1 0 003 2v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1z"></path></svg></a>
<a href="/wick/configuration/reference/v1/#{{ .Params.ref }}" aria-description="Configuration reference for {{.Title}}"><svg class="bi bi-file-richtextbi bi-file-richtext hi-svg-inline" fill="currentcolor" height=".9em" style="color:#007d9c" viewBox="0 0 18 18" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.25a.75.75.0 11-1.5.0.75.75.0 011.5.0zm-.861 1.542 1.33.886 1.854-1.855a.25.25.0 01.289-.047l1.888.974V7.5A.5.5.0 0111 8H5a.5.5.0 01-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5.0 000 1h6a.5.5.0 000-1H5zm0 2a.5.5.0 000 1h3a.5.5.0 000-1H5z"></path><path d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm10-1H4A1 1 0 003 2v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1z"></path></svg></a>
{{- end -}}
{{- if .Description }} - {{ .Description }}{{end}}
</li>
Expand Down
Loading