Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
change branding
Browse files Browse the repository at this point in the history
  • Loading branch information
adr1enbe4udou1n committed Sep 9, 2020
1 parent 82fb452 commit c96df8c
Show file tree
Hide file tree
Showing 101 changed files with 380 additions and 20,182 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem.
- Browser with version [e.g. chrome 80, firefox 77]
- Vue CLI version
- Any NPM package version that can be useful as version of Vuetify, Vue I18n, etc.
- Version of Vtec Admin Library or his Vue CLI plugin if applicable [e.g. 0.2.25]
- Version of Vuetify Admin Library or his Vue CLI plugin if applicable [e.g. 0.2.25]

**Additional context**
Add any other context about the problem here.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "vtec-laravel-crud"]
path = vtec-laravel-crud
url = [email protected]:okami101/vtec-laravel-crud.git
[submodule "laravel-vuetify-admin"]
path = packages/laravel
url = [email protected]:okami101/laravel-vuetify-admin.git
Binary file modified README.md
Binary file not shown.
20 changes: 10 additions & 10 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module.exports = (ctx) => ({
locales: {
"/": {
lang: "en-US",
title: "Vtec Admin",
title: "Vuetify Admin",
description: "🚀 Integrate Vue-powered Admin Framework",
},
/*"/fr/": {
lang: "fr-FR",
title: "Vtec Admin",
title: "Vuetify Admin",
description: "Librairie Admin SPA"
}*/
},
Expand Down Expand Up @@ -48,15 +48,15 @@ module.exports = (ctx) => ({
["meta", { name: "docsearch:lang", content: "en-US" }],
],
themeConfig: {
repo: "okami101/vtec-admin",
repo: "okami101/vuetify-admin",
editLinks: true,
docsDir: "docs",
// #697 Provided by the official algolia team.
algolia: ctx.isProd
? {
appId: "8GJW59LEHF",
apiKey: "d12d25e8d8e68781b4f2cff49aea7645",
indexName: "docs_vtec",
indexName: "docs_vuetify_admin",
}
: null,
smoothScroll: true,
Expand All @@ -73,20 +73,20 @@ module.exports = (ctx) => ({
link: "/guide/",
},
{
text: "Vtec Admin",
link: "https://www.npmjs.com/package/vtec-admin",
text: "Vuetify Admin",
link: "https://www.npmjs.com/package/vuetify-admin",
},
{
text: "Vue CLI Plugin",
link: "https://www.npmjs.com/package/vue-cli-plugin-vtec-admin",
link: "https://www.npmjs.com/package/vue-cli-plugin-vuetify-admin",
},
{
text: "Laravel",
link: "https://github.com/okami101/vtec-laravel-crud",
link: "https://github.com/okami101/laravel-vuetify-admin",
},
{
text: "Demo",
link: "https://vtec-bookstore-demo.okami101.io",
link: "https://va-demo.okami101.io",
},
],
sidebar: {
Expand Down Expand Up @@ -150,7 +150,7 @@ module.exports = (ctx) => ({
[
"sitemap",
{
hostname: "https://vtec.okami101.io",
hostname: "https://www.okami101.io/vuetify-admin",
},
],
],
Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/public/diagrams/data-provider.mmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
stateDiagram
state DataTransfer {
CRUDPages --> VtecAdmin: Interaction
VtecAdmin --> CRUDPages: Show / Message
VtecAdmin --> DataProvider: Data query
CRUDPages --> VuetifyAdmin: Interaction
VuetifyAdmin --> CRUDPages: Show / Message
VuetifyAdmin --> DataProvider: Data query
DataProvider --> API: HTTP
API --> DataProvider: Response
DataProvider --> VtecAdmin: JSON Data
DataProvider --> VuetifyAdmin: JSON Data
}
2 changes: 1 addition & 1 deletion docs/.vuepress/public/diagrams/data-provider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/.vuepress/public/diagrams/instantiation.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ stateDiagram
AuthProvider
DataProvider
}
Vue --> VtecAdmin
Data --> VtecAdmin
Providers --> VtecAdmin
VtecAdmin --> CRUDRoutes: Build
VtecAdmin --> ResourceModules: Build
Vue --> VuetifyAdmin
Data --> VuetifyAdmin
Providers --> VuetifyAdmin
VuetifyAdmin --> CRUDRoutes: Build
VuetifyAdmin --> ResourceModules: Build
Loading

0 comments on commit c96df8c

Please sign in to comment.