Skip to content

Commit

Permalink
Merge pull request #6647 from jtpio/theme-cookiecutter
Browse files Browse the repository at this point in the history
Add theme cookiecutter to the docs and release check-list
  • Loading branch information
jasongrout committed Jun 21, 2019
2 parents d44df20 + 4c64408 commit 95b67f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ JupyterLab itself, run `jlpm run bumpversion major`.
- [ ] https://github.com/jupyterlab/extension-cookiecutter-ts
- [ ] https://github.com/jupyterlab/mimerender-cookiecutter
- [ ] https://github.com/jupyterlab/mimerender-cookiecutter-ts
- [ ] https://github.com/jupyterlab/theme-cookiecutter
- [ ] https://github.com/jupyterlab/jupyter-renderers
- [ ] https://github.com/jupyterhub/jupyterlab-hub
- [ ] Add a tag to [ts cookiecutter](https://github.com/jupyterlab/extension-cookiecutter-ts) with the new JupyterLab version
Expand Down
5 changes: 4 additions & 1 deletion docs/source/developer/extension_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A plugin adds a core functionality to the application:
interface, by exporting a plugin object or array of plugin objects as
the default export.

We provide two cookie cutters to create JuptyerLab plugin extensions in
We provide two cookie cutters to create JupyterLab plugin extensions in
`CommonJS <https://github.com/jupyterlab/extension-cookiecutter-js>`__ and
`TypeScript <https://github.com/jupyterlab/extension-cookiecutter-ts>`__.

Expand Down Expand Up @@ -303,6 +303,9 @@ location of your choice, and start making desired changes.
The theme extension is installed in the same way as a regular extension (see
`extension authoring <#extension-authoring>`__).

It is also possible to create a new theme using the
`TypeScript theme cookiecutter <https://github.com/jupyterlab/theme-cookiecutter>`__.

Standard (General-Purpose) Extensions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 95b67f7

Please sign in to comment.