feat: add hash in color to the examples in docs
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineApp({
|
|||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
baseUrl: 'https://thecatapi.com',
|
baseUrl: 'https://thecatapi.com',
|
||||||
apiBaseUrl: 'https://api.thecatapi.com',
|
apiBaseUrl: 'https://api.thecatapi.com',
|
||||||
primaryColor: '000000',
|
primaryColor: '#000000',
|
||||||
auth,
|
auth,
|
||||||
triggers
|
triggers
|
||||||
actions
|
actions
|
||||||
|
@@ -47,7 +47,7 @@ export default defineApp({
|
|||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
baseUrl: 'https://thecatapi.com',
|
baseUrl: 'https://thecatapi.com',
|
||||||
apiBaseUrl: 'https://api.thecatapi.com',
|
apiBaseUrl: 'https://api.thecatapi.com',
|
||||||
primaryColor: '000000',
|
primaryColor: '#000000',
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ export default defineApp({
|
|||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
baseUrl: 'https://thecatapi.com',
|
baseUrl: 'https://thecatapi.com',
|
||||||
apiBaseUrl: 'https://api.thecatapi.com',
|
apiBaseUrl: 'https://api.thecatapi.com',
|
||||||
primaryColor: '000000',
|
primaryColor: '#000000',
|
||||||
auth,
|
auth,
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
@@ -35,7 +35,7 @@ export default defineApp({
|
|||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
baseUrl: 'https://thecatapi.com',
|
baseUrl: 'https://thecatapi.com',
|
||||||
apiBaseUrl: 'https://api.thecatapi.com',
|
apiBaseUrl: 'https://api.thecatapi.com',
|
||||||
primaryColor: '000000',
|
primaryColor: '#000000',
|
||||||
auth,
|
auth,
|
||||||
triggers
|
triggers
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user