diff --git a/_config.yml b/_config.yml index 38e49ef..337025b 100644 --- a/_config.yml +++ b/_config.yml @@ -10,8 +10,7 @@ title: Signhost api documentation email: support@signhost.com description: > # this means to ignore newlines until "baseurl:" Digitally sign your documents using Signhost. -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://signhost.com" # the base hostname & protocol for your site +baseurl: "/" # the subpath of your site, e.g. /blog twitter_username: evidos github_username: evidos @@ -21,3 +20,6 @@ markdown: kramdown kramdown: input: GFM hard_wrap: false + +plugins: + - jekyll-redirect-from diff --git a/_data/structure.yaml b/_data/structure.yaml new file mode 100644 index 0000000..6a95fb2 --- /dev/null +++ b/_data/structure.yaml @@ -0,0 +1,28 @@ +# Frontpage +- name: Evidos + menu: + - title: About + permalink: /about/ + +# Products +- name: Forms + menu: + - title: Basic Information + permalink: /forms/ + - title: Designing the webform + permalink: /forms/design + - title: Initiate Form Url + permalink: /forms/initiate + - title: Configuration + permalink: /forms/configuration + +- name: Signhost + menu: + - title: Basic Information + permalink: /signhost/ + - title: Statuses & Activities + permalink: /signhost/status-activity/ + - title: Postback + permalink: /signhost/postback/ + - title: Endpoints & Model types + permalink: /signhost/endpoints/ diff --git a/_includes/head.html b/_includes/head.html index c1f113b..eed7197 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@