diff --git a/docs/source/developer/components.rst b/docs/source/developer/components.rst new file mode 100644 index 000000000000..d2253b49cb3a --- /dev/null +++ b/docs/source/developer/components.rst @@ -0,0 +1,12 @@ +Using JupyterLab components +--------------------------- + +JupyterLab is built with many re-usable components that are +independently `published on npm `_. +JupyterLab itself assembles these components together to provide a full, +IDE-like experience. However, developers are encouraged to use these to bring +to life their own visions of what a computational environment should look +like. + +The JupyterLab repository has `many examples `_ +to get you started. \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 7c8ed82c76ff..ce2cd3748041 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -53,6 +53,7 @@ JupyterLab is the next-generation web-based user interface for Project Jupyter. developer/extension_dev developer/extension_points developer/contributing + developer/components developer/documents developer/notebook developer/patterns