diff --git a/rsts/_static/custom.css b/rsts/_static/custom.css index c452c23fa0..a6127d48a3 100644 --- a/rsts/_static/custom.css +++ b/rsts/_static/custom.css @@ -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; diff --git a/rsts/basics.rst b/rsts/basics.rst new file mode 100644 index 0000000000..73f5a32a0e --- /dev/null +++ b/rsts/basics.rst @@ -0,0 +1,16 @@ +############# +Basics +############# + +.. CAUTION:: + + Coming soon 🛠 + +.. toctree:: + :caption: Basics + :hidden: + + basics/flyte_ui + basics/flyte_cli + basics/deployment_options + basics/glossary \ No newline at end of file diff --git a/rsts/basics/deployment_options.rst b/rsts/basics/deployment_options.rst index ffbd0e02a5..a9b543d2d6 100644 --- a/rsts/basics/deployment_options.rst +++ b/rsts/basics/deployment_options.rst @@ -1,3 +1,7 @@ ################################## Deployment options (Local & Remote) -################################## \ No newline at end of file +################################## + +.. CAUTION:: + + Coming soon 🛠 \ No newline at end of file diff --git a/rsts/basics/flyte_cli.rst b/rsts/basics/flyte_cli.rst index 64581f8247..8e265f71e3 100644 --- a/rsts/basics/flyte_cli.rst +++ b/rsts/basics/flyte_cli.rst @@ -1,3 +1,7 @@ ############## Flyte CLI -############## \ No newline at end of file +############## + +.. CAUTION:: + + Coming soon 🛠 diff --git a/rsts/basics/flyte_ui.rst b/rsts/basics/flyte_ui.rst index 44ca4705f5..583389c893 100644 --- a/rsts/basics/flyte_ui.rst +++ b/rsts/basics/flyte_ui.rst @@ -1,3 +1,7 @@ ################# Flyte UI -################# \ No newline at end of file +################# + +.. CAUTION:: + + Coming soon 🛠 \ No newline at end of file diff --git a/rsts/basics/glossary.rst b/rsts/basics/glossary.rst index eaeef412de..3c0d92d9a4 100644 --- a/rsts/basics/glossary.rst +++ b/rsts/basics/glossary.rst @@ -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. \ No newline at end of file + 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 🛠 \ No newline at end of file diff --git a/rsts/index.rst b/rsts/index.rst index 46615719a0..c98496c27a 100644 --- a/rsts/index.rst +++ b/rsts/index.rst @@ -6,26 +6,19 @@ :hidden: getting_started - Cookbook - Concepts + User Guide + Tutorials + Concepts 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