Changed guide links to [{.SelfFolder}}
parent
da61794fce
commit
6cf95c390a
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "golang",
|
"name": "golang",
|
||||||
"guide": "https://docs.qaskx.one/templates/project/golang.html",
|
"guide": "{{.SelfFolder}}/golang.md",
|
||||||
"description": "golang project template",
|
"description": "golang project template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "java",
|
"name": "java",
|
||||||
"guide": "https://docs.qaskx.one/templates/project/java.html",
|
"guide": "{{.SelfFolder}}/java.md",
|
||||||
"description": "java project template",
|
"description": "java project template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"guide": "https://docs.qaskx.one/templates/project/python.html",
|
"guide": "{{.SelfFolder}}/python.md",
|
||||||
"description": "python project template",
|
"description": "python project template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "golang",
|
"name": "golang",
|
||||||
"guide": "https://docs.qaskx.one/templates/test/golang.html",
|
"guide": "{{.SelfFolder}}/golang.md",
|
||||||
"description": "golang test templates",
|
"description": "golang test templates",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "custom",
|
"name": "custom",
|
||||||
"guide": "https://docs.qaskx.one/templates/qaskx/rediops/custom",
|
"guide": "{{.SelfFolder}}/custom.md",
|
||||||
"description": "custom devops template",
|
"description": "custom devops template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "default",
|
"name": "default",
|
||||||
"guide": "https://docs.qaskx.one/templates/qaskx/default/rediops",
|
"guide": "{{.SelfFolder}}/rediops.md",
|
||||||
"description": "devops default template",
|
"description": "devops default template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "qaskx_server",
|
"name": "qaskx_server",
|
||||||
"guide": "https://docs.qaskx.one/templates/qaskx/rediops/server",
|
"guide": "{{.SelfFolder}}/server",
|
||||||
"description": "qaskx server template",
|
"description": "qaskx server template",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue