Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 3587561

Browse files
authored
Merge branch 'development' into development_removed_negative_values
2 parents 8915401 + c65b5bf commit 3587561

26 files changed

+690
-318
lines changed

easy-docs/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
"lint": "vue-cli-service lint"
1010
},
1111
"dependencies": {
12-
"@polkadot/api": "^6.8.1",
13-
"@polkadot/extension-dapp": "^0.41.1",
1412
"axios": "^0.24.0",
1513
"bip39": "^3.0.4",
1614
"core-js": "^3.6.5",
1715
"front-matter": "^4.0.2",
18-
"grid3_client": "1.0.8",
16+
"grid3_client": "1.1.0",
1917
"marked": "^4.0.0",
20-
"ts-rmb-http-client": "^0.1.9",
18+
"ts-rmb-http-client": "1.0.3",
2119
"vue": "^2.6.11",
2220
"vue-class-component": "^7.2.3",
2321
"vue-property-decorator": "^9.1.2",

easy-docs/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default class App extends Vue {
4242
"funkwhale",
4343
"peertube",
4444
"taiga",
45+
"owncloud",
4546
"contractslist",
4647
];
4748
sidenav: ISidenav | null = null;

easy-docs/src/views/Editor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export default class Editor extends Vue {
117117
new Weblet("Peertube", "peertube", "peertube", "deployment"),
118118
new Weblet("Funkwhale", "funkwhale", "funkwhale", "deployment"),
119119
new Weblet("Taiga", "taiga", "taiga", "deployment"),
120+
new Weblet("Owncloud", "owncloud", "owncloud", "deployment"),
120121
];
121122
public active = 0;
122123

0 commit comments

Comments
 (0)