diff --git a/docs/docs/extras/advanced-migration.rst b/docs/docs/extras/advanced-migration.rst index 5053770..948fccc 100644 --- a/docs/docs/extras/advanced-migration.rst +++ b/docs/docs/extras/advanced-migration.rst @@ -4,12 +4,10 @@ Advanced Migration In quickstart we saw you can import comments from Disqus or WordPress. But there are a many other comments system and you could be using one of them. -Isso provides a way to import such comments, however it's up to you to : +Isso provides a way to import such comments, however it's up to you to to: - dump comments -- fit the data to the following JSON format - -.. code-block:: +- fit the data to the following JSON format:: A list of threads, each item being a dict with the following data: @@ -33,6 +31,7 @@ Isso provides a way to import such comments, however it's up to you to : Example: .. code-block:: json + [ { "id": "/blog/article1",