diff --git a/examples/applications/ghnav-flask/README.rst b/examples/miniapps/ghnav-flask/README.rst similarity index 100% rename from examples/applications/ghnav-flask/README.rst rename to examples/miniapps/ghnav-flask/README.rst diff --git a/examples/applications/ghnav-flask/config.yml b/examples/miniapps/ghnav-flask/config.yml similarity index 100% rename from examples/applications/ghnav-flask/config.yml rename to examples/miniapps/ghnav-flask/config.yml diff --git a/examples/applications/ghnav-flask/githubnavigator/__init__.py b/examples/miniapps/ghnav-flask/githubnavigator/__init__.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/__init__.py rename to examples/miniapps/ghnav-flask/githubnavigator/__init__.py diff --git a/examples/applications/ghnav-flask/githubnavigator/application.py b/examples/miniapps/ghnav-flask/githubnavigator/application.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/application.py rename to examples/miniapps/ghnav-flask/githubnavigator/application.py diff --git a/examples/applications/ghnav-flask/githubnavigator/entrypoint.py b/examples/miniapps/ghnav-flask/githubnavigator/entrypoint.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/entrypoint.py rename to examples/miniapps/ghnav-flask/githubnavigator/entrypoint.py diff --git a/examples/applications/ghnav-flask/githubnavigator/services.py b/examples/miniapps/ghnav-flask/githubnavigator/services.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/services.py rename to examples/miniapps/ghnav-flask/githubnavigator/services.py diff --git a/examples/applications/ghnav-flask/githubnavigator/templates/index.html b/examples/miniapps/ghnav-flask/githubnavigator/templates/index.html similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/templates/index.html rename to examples/miniapps/ghnav-flask/githubnavigator/templates/index.html diff --git a/examples/applications/ghnav-flask/githubnavigator/tests.py b/examples/miniapps/ghnav-flask/githubnavigator/tests.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/tests.py rename to examples/miniapps/ghnav-flask/githubnavigator/tests.py diff --git a/examples/applications/ghnav-flask/githubnavigator/views.py b/examples/miniapps/ghnav-flask/githubnavigator/views.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/views.py rename to examples/miniapps/ghnav-flask/githubnavigator/views.py diff --git a/examples/applications/ghnav-flask/requirements.txt b/examples/miniapps/ghnav-flask/requirements.txt similarity index 100% rename from examples/applications/ghnav-flask/requirements.txt rename to examples/miniapps/ghnav-flask/requirements.txt