From 55d125182ee8e8c5ee9f3cf2065e6708c1402bec Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 18 Sep 2017 11:24:30 +0200 Subject: [PATCH 1/3] restore link to main documentation main docs link (including contributor guide) had been lost --- assets/documentation/general-block.svg | 90 ++++++++++++++++++++++++++ css/documentation.css | 11 +++- documentation.html | 13 +++- 3 files changed, 109 insertions(+), 5 deletions(-) create mode 100644 assets/documentation/general-block.svg diff --git a/assets/documentation/general-block.svg b/assets/documentation/general-block.svg new file mode 100644 index 00000000..ab255087 --- /dev/null +++ b/assets/documentation/general-block.svg @@ -0,0 +1,90 @@ + +Group.svg +Created using Figma 0.90 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/css/documentation.css b/css/documentation.css index 8451bec9..efe718bc 100755 --- a/css/documentation.css +++ b/css/documentation.css @@ -112,19 +112,24 @@ .jupyterlab-dropdown-menu { left: 23px; +#general-block { + background-image: url(../assets/documentation/general-block.svg); + background-repeat: no-repeat; + background-position-x: 90%; + background-size: 80px; + background-position-y: center; } - #interfaces-block { background-image: url(../assets/documentation/interfaces-block.svg); background-repeat: no-repeat; background-position-x: 102%; - background-position-y: center + background-position-y: center; } #education-block { background-image: url(../assets/documentation/education-block.svg); background-repeat: no-repeat; background-position-x: 90%; - background-position-y: center + background-position-y: center; } #jupyterhub-block { background-image: url(../assets/documentation/jupyterhub_block.svg); diff --git a/documentation.html b/documentation.html index f216f2a6..5c623e0d 100644 --- a/documentation.html +++ b/documentation.html @@ -44,6 +44,15 @@

Documentation

+ @@ -71,7 +71,7 @@

JupyterLab

  • JupyterLab
  • Extensions User Guide
  • Extensions Developer Guide
  • -
  • Documents
  • +
  • Documents
  • Notebook
  • Design Patterns
  • @@ -81,7 +81,7 @@

    JupyterLab

    IPython

    @@ -106,11 +106,11 @@

    Deployment

  • IPyWidgets
  • Jupyter Drive
  • Jupyter Sphinx Theme
  • -
  • Jupyter Alabaster Theme
  • -
  • Kernel Gateway
  • +
  • Jupyter Alabaster Theme
  • +
  • Kernel Gateway
  • NbViewer
  • Tmpnb
  • -
  • Traitlets
  • +
  • Traitlets