Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Kubica <[email protected]>
  • Loading branch information
Leonidas-from-XIV committed Apr 20, 2023
1 parent 2803b07 commit 322b192
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/stanzas/mdx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Note that this feature is still experimental and needs to be enabled in your

.. code:: dune
(using mdx 0.3)
(using mdx 0.4)
.. note:: Version ``0.2`` of the stanza requires mdx ``1.9.0``.
.. note:: Version ``0.2`` of the stanza requires mdx ``1.9.0``. Version ``0.4``
of the stanza requires mdx ``2.3.0``.


The syntax is as follows:
Expand All @@ -33,7 +34,8 @@ Where ``<optional-fields>`` are:

- ``(files <globs>)`` are the files that you want MDX to check, described as a
list of globs (see the :ref:`Glob language specification <glob>` ). It
defaults to ``*.md``.
defaults to ``*.md *.mld`` as of version ``0.4`` of the stanza and ``*.md``
before.

- ``(deps <deps-conf list>)`` to specify the dependencies of your documentation
code blocks. See :doc:`concepts/dependency-spec` for more details.
Expand Down

0 comments on commit 322b192

Please sign in to comment.