docs(website): help blocks have been swapped
This commit is contained in:
parent
a82c63ab73
commit
c0633e51bf
1 changed files with 4 additions and 4 deletions
|
|
@ -23,13 +23,13 @@ layout: default
|
|||
%span.input-group-addon
|
||||
%i.fa.fa-fw.fa-envelope-o
|
||||
%input.form-control{type: 'email', placeholder: 'you@example.org', name: 'email'}
|
||||
%p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
|
||||
%p.text-sm We’ll email you the code you need to integrate the search into your documentation.
|
||||
.spacer20
|
||||
.input-group
|
||||
%span.input-group-addon
|
||||
%i.fa.fa-fw.fa-globe
|
||||
%input.form-control{type: 'text', placeholder: 'https://website.com/doc', name: 'url'}
|
||||
%p.text-sm We’ll email you the code you need to integrate the search into your documentation.
|
||||
%p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
|
||||
.spacer20
|
||||
.text-center
|
||||
%button.btn.btn-primary.btn-lg{type: 'submit'}
|
||||
|
|
@ -131,13 +131,13 @@ layout: default
|
|||
%span.input-group-addon
|
||||
%i.fa.fa-fw.fa-envelope-o
|
||||
%input.form-control{type: 'email', placeholder: 'you@example.org', name: 'email'}
|
||||
%p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
|
||||
%p.text-sm We’ll email you the code you need to integrate the search into your documentation.
|
||||
.spacer20
|
||||
.input-group
|
||||
%span.input-group-addon
|
||||
%i.fa.fa-fw.fa-globe
|
||||
%input.form-control{type: 'text', placeholder: 'https://website.com/doc', name: 'url'}
|
||||
%p.text-sm We’ll email you the code you need to integrate the search into your documentation.
|
||||
%p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
|
||||
.spacer20
|
||||
.text-center
|
||||
%button.btn.btn-primary.btn-lg{type: 'submit'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue