Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

update flyteidl for new navbar #247

Merged
merged 1 commit into from
Jan 8, 2022
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
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
# a list of builtin themes.
#
html_theme = "furo"
html_title = "Flyte Docs"
html_title = "Flyte"
html_favicon = "docs/images/flyte_circle_gradient_1_4x4.png"
html_logo = "docs/images/flyte_circle_gradient_1_4x4.png"

html_theme_options = {
Expand Down
7 changes: 5 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. flyteidl documentation master file, created by

``FlyteIDL``: Flyte's Core Language Specification
FlyteIDL: Flyte's Core Language Specification
===================================================

``FlyteIDL`` contains the core language specification of Flyte, using `Google's Protocol Buffers <https://developers.google.com/protocol-buffers>`_. The Specification contains
Expand All @@ -24,10 +24,13 @@ This specification is used to generate client stubs for `FlyteKit <https://flyte
|book| API Reference <https://docs.flyte.org/en/latest/reference/index.html>
|hands-helping| Community <https://docs.flyte.org/en/latest/community/index.html>

.. NOTE: the caption text is important for the sphinx theme to correctly render the nav header
.. https://github.com/flyteorg/furo
.. toctree::
:maxdepth: -1
:caption: FlyteIDL
:hidden:

README
Flyte IDL <self>
protos/index
Contributing Guide <README>