Skip to content

Commit

Permalink
Add to toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Nov 20, 2024
1 parent b6254f7 commit 0f184f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Read the Docs: documentation simplified
/intro/doctools
/intro/mkdocs
/intro/sphinx
/intro/markdoc
/intro/add-project
/examples

Expand Down
5 changes: 1 addition & 4 deletions docs/user/intro/markdoc.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Markdoc
=======

Expand Down Expand Up @@ -35,7 +34,7 @@ Example configuration
In order to build a Markdoc project on Read the Docs,
you need to generate static HTML from the Next JS build:

.. code-block:: yaml
.. code-block:: js
:caption: next.config.js
const withMarkdoc = require('@markdoc/next.js');
Expand All @@ -62,8 +61,6 @@ you need to generate static HTML from the Next JS build:
...nextConfig,
});
Quick start
-----------

Expand Down

0 comments on commit 0f184f9

Please sign in to comment.