mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-14 05:45:24 +03:00
update docs footer (#1519)
This commit is contained in:
parent
f5bf7c961b
commit
6fc78d2a3d
2
docs/_static/hasura-custom.css
vendored
2
docs/_static/hasura-custom.css
vendored
@ -493,7 +493,7 @@ article ol ol {
|
||||
}
|
||||
|
||||
.footer-hasura-custom .footer_logo {
|
||||
width: 80px;
|
||||
width: 100px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
|
17
docs/_theme/djangodocs/layout.html
vendored
17
docs/_theme/djangodocs/layout.html
vendored
@ -130,9 +130,20 @@
|
||||
<div class="footer-hasura-custom">
|
||||
<img class="responsive footer_logo" src="{{ pathto('_images/layout/Hasura.svg', 1) }}" />
|
||||
<div class="footer_text">
|
||||
Want to contribute or report missing content? Check out the <a target="_blank" href="https://github.com/hasura/graphql-engine/tree/master/docs">github repo for docs</a>.<br>
|
||||
Powered by <a target="_blank" href="http://www.sphinx-doc.org">Sphinx</a>.
|
||||
Copyright © 2019 <a target="_blank" href="https://hasura.io">Hasura</a>.
|
||||
<div>Want to contribute or report missing content?</div>
|
||||
<div>
|
||||
<a target="_blank" href="https://github.com/hasura/graphql-engine/blob/master/docs/{{ pagename }}.rst">check this page on github</a>
|
||||
| <a target="_blank" href="https://github.com/hasura/graphql-engine/blob/master/CONTRIBUTING.md">contributing guidelines</a>
|
||||
| <a target="_blank" href="https://github.com/hasura/graphql-engine/issues/new">report an issue</a>
|
||||
</div>
|
||||
<br/>
|
||||
<div>
|
||||
<a target="_blank" href="https://github.com/hasura/graphql-engine">Hasura GraphQL Engine</a> is open source. <a target="_blank" href="https://github.com/hasura/graphql-engine/blob/master/LICENSE">See license</a>
|
||||
</div>
|
||||
<div>
|
||||
Powered by <a target="_blank" href="http://www.sphinx-doc.org">Sphinx</a>.
|
||||
| Copyright © 2019 <a target="_blank" href="https://hasura.io">Hasura</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -69,7 +69,3 @@ This was a quickstart guide to get the Hasura GraphQL engine up and running
|
||||
quickly. For more detailed instructions on deploying using Docker, check out
|
||||
:doc:`../deployment/docker/index`.
|
||||
|
||||
License
|
||||
-------
|
||||
The Hasura GraphQL Engine is open source. View license `here <https://github.com/hasura/graphql-engine/blob/master/LICENSE>`_.
|
||||
|
||||
|
@ -52,8 +52,4 @@ Advanced
|
||||
--------
|
||||
|
||||
This was a quickstart guide to get the Hasura GraphQL engine up and running quickly. For more detailed instructions
|
||||
on deploying using Heroku, check out :doc:`../deployment/heroku/index`.
|
||||
|
||||
License
|
||||
-------
|
||||
The Hasura GraphQL Engine is open source. View license `here <https://github.com/hasura/graphql-engine/blob/master/LICENSE>`_.
|
||||
on deploying using Heroku, check out :doc:`../deployment/heroku/index`.
|
@ -45,7 +45,3 @@ Using an existing database
|
||||
first-graphql-query
|
||||
first-event-trigger
|
||||
|
||||
License
|
||||
-------
|
||||
The Hasura GraphQL Engine is open source. View license `here <https://github.com/hasura/graphql-engine/blob/master/LICENSE>`_.
|
||||
|
||||
|
@ -313,7 +313,3 @@ Logs
|
||||
Where ``<container_name>`` is one of ``graphql-engine``, ``postgres`` or
|
||||
``caddy``.
|
||||
|
||||
License
|
||||
-------
|
||||
The Hasura GraphQL Engine is open source. View license `here <https://github.com/hasura/graphql-engine/blob/master/LICENSE>`_.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user