diff --git a/src/views/documentation/RepositoryDocumentation.vue b/src/views/documentation/RepositoryDocumentation.vue new file mode 100644 index 00000000..7b4a7721 --- /dev/null +++ b/src/views/documentation/RepositoryDocumentation.vue @@ -0,0 +1,270 @@ + + + + + + {{ repositoryData.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('documentation.downloadZip') }} + + + + + {{ $t('documentation.code') }} + + + + + + + {{ $t('documentation.branches') }} + + + + + + {{ $t('documentation.issues') }} + + + + + + + + + {{ repositoryData.title }} + + + + + + + + + + + + + {{ $t('documentation.releases') }} + + + + + + + + + + + + + {{ releases.title }} + + + + {{ releases.titleDownload }} + + + + + + + + + + + + + + diff --git a/src/views/documentation/tags/index.vue b/src/views/documentation/RepositoryTags.vue similarity index 61% rename from src/views/documentation/tags/index.vue rename to src/views/documentation/RepositoryTags.vue index fba94fb7..d1fdbc53 100644 --- a/src/views/documentation/tags/index.vue +++ b/src/views/documentation/RepositoryTags.vue @@ -6,10 +6,10 @@ - - + + - + @@ -17,8 +17,16 @@ + diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index 31da436e..0f80c7e1 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -3,580 +3,62 @@ - - - - - {{ RepositoryADVue.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ $t('documentation.downloadZip') }} - - - - {{ $t('documentation.code') }} - homepage - - - - {{ $t('documentation.branches') }} - - - - - {{ $t('documentation.issues') }} - - - - - - - {{ RepositoryADVue.title }} - - - - - - - - - - {{ releasesLabel }} - - - - - - - - - - - - - {{ - releases.title - }} - - - - - {{ releases.titleDownload }} - - - - - - - - + + - - - - - {{ RepositoryProxyApi.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ $t('documentation.downloadZip') }} - - - {{ $t('documentation.code') }} - - - - {{ $t('documentation.branches') }} - - - - - {{ $t('documentation.issues') }} - - - - - - - {{ RepositoryProxyApi.title }} - - - - - - - - - - {{ releasesLabel }} - - - - - - - - - - - - - {{ - releases.title - }} - - - - - {{ releases.titleDownload }} - - - - - - - - + + - - - - - {{ RepositorygRPC.title }} - - - - - - - - - - - - - - - - - - - - - - - - {{ $t('documentation.downloadZip') }} - - - {{ $t('documentation.code') }} - - - - {{ $t('documentation.branches') }} - - - - - {{ $t('documentation.issues') }} - - - - - - - - {{ RepositorygRPC.title }} - - - - - - - - - - - {{ releasesLabel }} - - - - - - - - - - - - - {{ - releases.title - }} - - - - - {{ releases.titleDownload }} - - - - - - - - - +
+ {{ repositoryData.title }} +
+ +
{{ RepositoryADVue.title }}
- -
{{ RepositoryProxyApi.title }}
{{ RepositorygRPC.title }}