diff --git a/source/import_documentation/component-architecture.rst b/source/import_documentation/component-architecture.rst
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/source/import_documentation/develop-sib-ldp-packages.rst b/source/import_documentation/develop-sib-ldp-packages.rst
new file mode 100644
index 0000000000000000000000000000000000000000..41027e04159386ce4660b615cd94d814d042fca1
--- /dev/null
+++ b/source/import_documentation/develop-sib-ldp-packages.rst
@@ -0,0 +1,36 @@
+Develop SIB server packages
+##########################
+
+Requirements
+=============
+
+A `SIB server <https://docs.startinblox.com/import_documentation/install-sib-server.html#how-to-install-a-sib-server>`__ in development mode
+
+
+Create your package
+====================
+From the project directory (the folder where the manage.py resides) create a new package structure:
+
+.. code-block:: bash 
+
+   sib startpackage mypack
+
+Add your package to the packages.yml:
+
+.. code-block:: yml 
+
+    ldppackages:
+        mypack: mypack
+
+Then initiate your server backend:
+
+.. code-block:: yml
+
+    sib install sib_server
+
+Note: It is important to run this command from the project directory in order for the manager to find your package.
+Finally, you can run your server as usual to see your new package's data.
+
+.. warning::
+
+   The section should be improve
\ No newline at end of file
diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index cf8d543186572f524fb8ac284d7f65dde3afaa89..015e39f352b0b6961e8475d4d3073fd0e8cfa924 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -13,8 +13,7 @@ To start, simply import the core in your head tag of a simple html file :
 
 It enables you to use Startin’blox technology and all the main components from the core of the framework.
 
-Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration
->`__ to go forward ! 
+Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration>`__ to go forward ! 
 
 
 With the back
diff --git a/source/import_documentation/sib-demo.rst b/source/import_documentation/sib-demo.rst
index a3956e54a60c94f8b48acd0b6df0faae50d8494d..c58baa10bdb42ce002ca346504f48795de6b6688 100644
--- a/source/import_documentation/sib-demo.rst
+++ b/source/import_documentation/sib-demo.rst
@@ -30,8 +30,7 @@ To try the framework, you can play with
 
 Have a look on our API
 =======================
-To see how our API is structured, have a look to our `SOLID Introduction <https://docs.startinblox.com/import_documentation/Solid-introduction
->`__
+To see how our API is structured, have a look to our `SOLID Introduction <https://docs.startinblox.com/import_documentation/Solid-introduction>`__
 
 Some public sources 
 --------------------
diff --git a/source/index.rst b/source/index.rst
index 193d4b8c927c125fce62fe8d8ac06a908e27a617..61cd6a67ae2989d91e788701f13f308dc41449df 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -19,6 +19,7 @@ Welcome to Startinblox's documentation!
 
    import_documentation/sib-demo
    import_documentation/install-sib-server
+   import_documentation/develop-sib-ldp-packages
    import_documentation/server-architecture
    import_documentation/core-framework-architecture