Skip to content

Commit

Permalink
Docs staging (#950)
Browse files Browse the repository at this point in the history
* dark theme updates (#883)

Signed-off-by: cosmicBboy <[email protected]>

* Release automation addedd for flyte definition  (#835)

* wip: added script for release automation

Signed-off-by: yuvraj <[email protected]>

* wip: added manual github workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: added release workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: fix e2e testcase

Signed-off-by: Yuvraj <[email protected]>

* wip: small fixes

Signed-off-by: Yuvraj <[email protected]>

* wip: revert version in kustomize

Signed-off-by: Yuvraj <[email protected]>

* wip: revert kustomize changes

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* update latest version of component

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: added message input in workflow

Signed-off-by: yuvraj <[email protected]>

* wip: remove release automation from kustomize command

Signed-off-by: yuvraj <[email protected]>

* wip:  generate kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: revert webhook and build kustomize output

Signed-off-by: yuvraj <[email protected]>

* updated release workflow

Signed-off-by: yuvraj <[email protected]>

* fix typo

Signed-off-by: yuvraj <[email protected]>

* Milestone 0.12.0 (#888)

* Update Flyte Components

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update endtoend to flytekit 0.17

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* empty changelog

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update ChangeLog

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* before pull from flyte-bot-update-releases

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>

* Update index.rst (#884)

* Update index.rst

Add Flyte users to Who's Using Flyte and Meet Flyte.

* Update rsts/index.rst

Co-authored-by: Ketan Umare <[email protected]>

* Update index.rst

Co-authored-by: Ketan Umare <[email protected]>

* Dashboard updates (#886)

* Adding additional metrics in Flyteadmin dashboard

Signed-off-by: Ketan Umare <[email protected]>

* Flytepropeller metrics added

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* Added queue metrics

Signed-off-by: Ketan Umare <[email protected]>

* updated name

Signed-off-by: Ketan Umare <[email protected]>

* Add init container that will pre-create buckets in minio (#905)

* Add init container that will pre-create buckets in minio

Signed-off-by: Jeev B <[email protected]>

* move minio tag override to overlay

Signed-off-by: Jeev B <[email protected]>

* Add LF AI & Data Logo to README (#902)

* Explaining the state machine used by FlytePropeller and Flyte (#903)

* Explaining the state machine used by FlytePropeller and Flyte

 - this document helps to explain the various states a workflow, node
and task transitions through.
 - TODO add a small table that helps users understand what a state in
the UI represents

Signed-off-by: Ketan Umare <[email protected]>

* updated docs (addressed comments)

Signed-off-by: Ketan Umare <[email protected]>

* comments addressed - image for nodes improved

Signed-off-by: Ketan Umare <[email protected]>

* Fix default eks storage config (#907)

* Fix default eks storage config

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* kustomize

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* bump

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Restructured Flyte Docs

Signed-off-by: samhita-alla <[email protected]>

* Added Tutorials in the main section

Signed-off-by: Samhita Alla <[email protected]>

* Docs Restructure

Signed-off-by: Samhita Alla <[email protected]>

* Docs Staging

Signed-off-by: Samhita Alla <[email protected]>

Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: Yuvraj <[email protected]>
Co-authored-by: Flyte Bot <[email protected]>
Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Co-authored-by: Ketan Umare <[email protected]>
Co-authored-by: Jeev B <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
11 people authored Apr 28, 2021
1 parent e57ec69 commit 6953501
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 15 deletions.
18 changes: 18 additions & 0 deletions rsts/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ h6 {
font-weight: bold;
}

.sidebar-tree > :not(p, .current) {
font-weight: lighter;
}

.sidebar-tree ul:first-child {
font-weight: 250;
font-size: 18px;
border: 1px;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 30px;
padding: 10px;
}

.sidebar-tree ul:first-child li:not(:last-child) {
margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
.sidebar-drawer {
width: 20em;
Expand Down
16 changes: 16 additions & 0 deletions rsts/basics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#############
Basics
#############

.. CAUTION::

Coming soon 🛠

.. toctree::
:caption: Basics
:hidden:

basics/flyte_ui
basics/flyte_cli
basics/deployment_options
basics/glossary
6 changes: 5 additions & 1 deletion rsts/basics/deployment_options.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##################################
Deployment options (Local & Remote)
##################################
##################################

.. CAUTION::

Coming soon 🛠
6 changes: 5 additions & 1 deletion rsts/basics/flyte_cli.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##############
Flyte CLI
##############
##############

.. CAUTION::

Coming soon 🛠
6 changes: 5 additions & 1 deletion rsts/basics/flyte_ui.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#################
Flyte UI
#################
#################

.. CAUTION::

Coming soon 🛠
6 changes: 5 additions & 1 deletion rsts/basics/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ Glossary
.. glossary::

Memoization
Memoization ensures that a method doesn't run for the same inputs more than once by keeping a record of the results for the given inputs.
Memoization ensures that a method doesn't run for the same inputs more than once by keeping a record of the results for the given inputs.

.. CAUTION::

Coming soon 🛠
15 changes: 4 additions & 11 deletions rsts/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,19 @@
:hidden:

getting_started
Cookbook <https://flytecookbook.readthedocs.io>
Concepts <https://docs.flyte.org/en/latest/concepts/core.html>
User Guide <https://docs.flyte.org/projects/cookbook/en/latest/user_guide.html>
Tutorials <https://docs.flyte.org/projects/cookbook/en/latest/tutorials.html>
Concepts <basics/flyte_ui>
reference/index
community/index

.. toctree::
:caption: Basics
:hidden:

basics/flyte_ui
basics/flyte_cli
basics/deployment_options
basics/glossary

.. toctree::
:caption: Concepts
:maxdepth: 1
:name: divedeeptoc
:hidden:

basics
concepts/core
concepts/control_plane
concepts/execution_time
Expand Down

0 comments on commit 6953501

Please sign in to comment.