diff --git a/meta/README.md b/meta/README.md deleted file mode 100644 index e7657f25a..000000000 --- a/meta/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Murano Classes Metadata - -This folder contains only 'core library' classes for Murano. - -Any file located here will be included into Murano package (deb/rpm) and imported automatically during installation. - -Any other classes should be imported manually via CLI or UI. - -Such classes could be found in one of two external repositories: -* Murano App Incubator repository - https://github.com/murano-project/murano-app-incubator -* Murano Incubated Apps repository - doesn't exist yet - diff --git a/meta/README.rst b/meta/README.rst new file mode 100644 index 000000000..75cc04918 --- /dev/null +++ b/meta/README.rst @@ -0,0 +1,11 @@ +=================== +Murano Core Classes +=================== + +This folder contains common Murano classes combined to *Core Library*. + +The content of this folder needs to be zipped and imported into Murano. +After that Murano applications can be deployed. + +To find murano-applications and explore how the common classes are used in Murano Applications, +please refer to `Murano Application Repository `_