diff --git a/docs/docs/reference/gen_notebooks/intro_notebook.md b/docs/docs/reference/gen_notebooks/intro_notebook.md index 18f1b48c698..25e97ccb257 100644 --- a/docs/docs/reference/gen_notebooks/intro_notebook.md +++ b/docs/docs/reference/gen_notebooks/intro_notebook.md @@ -1,5 +1,5 @@ --- -title: Head Metadata +title: Introduction Notebook --- diff --git a/docs/intro_notebook.ipynb b/docs/intro_notebook.ipynb index 0e2e347d860..35af77fa213 100644 --- a/docs/intro_notebook.ipynb +++ b/docs/intro_notebook.ipynb @@ -7,7 +7,7 @@ "source": [ "\n", "\n", diff --git a/docs/notebooks/README.md b/docs/notebooks/README.md index 00509bd4d00..504e8d193b9 100644 --- a/docs/notebooks/README.md +++ b/docs/notebooks/README.md @@ -1 +1,10 @@ Adding `.ipynb` files to this directory will result in generated `.md` files in `./docs/reference/gen_notebooks` which can be linked safely from other docs. + +You can control metadata for docusaurus by adding a markdown block with: +``` + +```