Skip to content

Commit afeaf2c

Browse files
committed
chore: docs
1 parent 7b003fb commit afeaf2c

File tree

9 files changed

+7079
-3072
lines changed

9 files changed

+7079
-3072
lines changed

app.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ export default defineAppConfig({
3131
dir: "content",
3232
},
3333
},
34-
})
34+
});

components/content/HeroAnnouncement.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defineProps({
88
type: String,
99
default: "",
1010
},
11-
})
11+
});
1212
</script>
1313

1414
<template>

components/content/Image.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ defineProps({
2727
required: false,
2828
default: true,
2929
},
30-
})
30+
});
3131
32-
const colorMode = useColorMode()
32+
const colorMode = useColorMode();
3333
</script>
3434

3535
<template>

content/2.guides/2.articles/5.audit-logs.md

+81-81
Original file line numberDiff line numberDiff line change
@@ -78,84 +78,84 @@ An example of an audit log:
7878
### Tracked Events
7979

8080
The following table contains all the events that are logged currently.
81-
| EVENT | EVENT DESCRIPTION |
82-
| --- | --- |
83-
| admin.users.invite | Event for inviting multiple users to join the platform |
84-
| admin.user.invite | Event for inviting a single user to join the platform |
85-
| admin.user.remove | Event for removing a user from the platform |
86-
| admin.user.makeAdmin | Event for elevating a user to admin status |
87-
| admin.user.makeNormal | Event for demoting an admin user to normal user status |
88-
| admin.team.create | Event for creating a new team |
89-
| admin.team.user.changeRole | Event for changing the role of a user in a team |
90-
| admin.team.user.remove | Event for removing a user from a team |
91-
| admin.team.user.add | Event for adding a user to a team |
92-
| admin.team.rename | Event for renaming a team |
93-
| admin.team.delete | Event for deleting a team |
94-
| admin.user.revoke | Event for revoking a user's team invitation |
95-
| user.auth.magicLinkSent | Event for when a magic link is sent to a user |
96-
| user.auth.loggedIn | Event for when a user logs in |
97-
| user.auth.tokenRefresh | Event for when a user's auth token is refreshed |
98-
| user.auth.loggedOut | Event for when a user logs out |
99-
| user.auth.adminVerify | Event for when we verify if a user is an admin |
100-
| user.session.update | Event for updating a user's app session |
101-
| user.account.delete | Event for deleting a user's account |
102-
| user.shortcode.create | Event for creating a shortcode |
103-
| user.shortcode.revoked | Event for deleting a shortcode |
104-
| team.create | Event for creating a new team |
105-
| team.user.leave | Event for when a user leaves a team |
106-
| team.user.remove | Event for removing a user from a team |
107-
| team.rename | Event for renaming a team |
108-
| team.delete | Event for deleting a team |
109-
| team.member.roleUpdate | Event for changing a user's role in a team |
110-
| team.check | Event for checking if a team exists |
111-
| team.member.check | Event for checking if a user is a member of a team |
112-
| team.collection.createRoot | Event for creating a root team collection |
113-
| team.collection.import | Event for importing a collection from a JSON string |
114-
| team.collection.replace | Event for replacing an existing collection with new data |
115-
| team.collection.createChild | Event for creating a child collection |
116-
| team.collection.rename | Event for renaming a collection |
117-
| team.collection.delete | Event for deleting a collection |
118-
| team.collection.move | Event for moving a collection |
119-
| team.collection.updateOrder | Event for updating the order of collections |
120-
| team.collection.collectionCheck | Event for checking if a collection exists in a team |
121-
| team.environment.environmentCheck | Event for checking if an environment exists in a team |
122-
| team.environment.create | Event for creating an environment |
123-
| team.environment.delete | Event for deleting an environment |
124-
| team.environment.update | Event for updating an environment |
125-
| team.environment.clear | Event for clearing the contents of an environment |
126-
| team.environment.duplicate | Event for duplicating an environment |
127-
| team.invitation.create | Event for creating a team invitation |
128-
| team.invitation.revoke | Event for revoking a team invitation |
129-
| team.invitation.accept | Event for accepting a team invitation |
130-
| team.invitation.inviteCheck | Event for checking if an invitation exists |
131-
| team.request.create | Event for creating a team request |
132-
| team.request.update | Event for updating a team request |
133-
| team.request.delete | Event for deleting a team request |
134-
| team.request.updateOrder | Event for updating the order of team requests |
135-
| team.request.move | Event for moving a team request |
136-
| team.request.requestCheck | Event for checking if a request exists in a team |
137-
| team.request.roleCheck | Event for checking if a user has the relevant role to perform an action in a request |
138-
| user.session.update | Event for updating a user's app session |
139-
| user.delete | Event for deleting a user |
140-
| user.collection.createRoot | Event for creating a root user collection |
141-
| user.collection.createChild | Event for creating a child user collection |
142-
| user.collection.rename | Event for renaming a user collection |
143-
| user.collection.delete | Event for deleting a user collection |
144-
| user.collection.move | Event for moving a user collection |
145-
| user.collection.updateOrder | Event for updating the order of user collections |
146-
| user.collection.import | Event for importing a collection |
147-
| user.environment.create | Event for creating a user environment |
148-
| user.environment.update | Event for updating a user environment |
149-
| user.environment.delete | Event for deleting a user environment |
150-
| user.environment.deleteAll | Event for deleting all personal environments of a user |
151-
| user.environment.clearGlobal | Event for clearing the global environments for a user |
152-
| user.history.create | Event for creating a user history |
153-
| user.history.toggleStar | Event for toggling the star on a user history |
154-
| user.history.delete | Event for deleting a user history |
155-
| user.history.deleteAll | Event for deleting all user histories |
156-
| user.request.create | Event for creating a user request |
157-
| user.request.update | Event for updating a user request |
158-
| user.request.deleted | Event for deleting a user request |
159-
| user.request.move | Event for moving a user request |
160-
| user.settings.create | Event for creating user settings |
161-
| user.settings.update | Event for updating user settings |
81+
| EVENT | EVENT DESCRIPTION |
82+
| --------------------------------- | ------------------------------------------------------------------------------------ |
83+
| admin.users.invite | Event for inviting multiple users to join the platform |
84+
| admin.user.invite | Event for inviting a single user to join the platform |
85+
| admin.user.remove | Event for removing a user from the platform |
86+
| admin.user.makeAdmin | Event for elevating a user to admin status |
87+
| admin.user.makeNormal | Event for demoting an admin user to normal user status |
88+
| admin.team.create | Event for creating a new team |
89+
| admin.team.user.changeRole | Event for changing the role of a user in a team |
90+
| admin.team.user.remove | Event for removing a user from a team |
91+
| admin.team.user.add | Event for adding a user to a team |
92+
| admin.team.rename | Event for renaming a team |
93+
| admin.team.delete | Event for deleting a team |
94+
| admin.user.revoke | Event for revoking a user's team invitation |
95+
| user.auth.magicLinkSent | Event for when a magic link is sent to a user |
96+
| user.auth.loggedIn | Event for when a user logs in |
97+
| user.auth.tokenRefresh | Event for when a user's auth token is refreshed |
98+
| user.auth.loggedOut | Event for when a user logs out |
99+
| user.auth.adminVerify | Event for when we verify if a user is an admin |
100+
| user.session.update | Event for updating a user's app session |
101+
| user.account.delete | Event for deleting a user's account |
102+
| user.shortcode.create | Event for creating a shortcode |
103+
| user.shortcode.revoked | Event for deleting a shortcode |
104+
| team.create | Event for creating a new team |
105+
| team.user.leave | Event for when a user leaves a team |
106+
| team.user.remove | Event for removing a user from a team |
107+
| team.rename | Event for renaming a team |
108+
| team.delete | Event for deleting a team |
109+
| team.member.roleUpdate | Event for changing a user's role in a team |
110+
| team.check | Event for checking if a team exists |
111+
| team.member.check | Event for checking if a user is a member of a team |
112+
| team.collection.createRoot | Event for creating a root team collection |
113+
| team.collection.import | Event for importing a collection from a JSON string |
114+
| team.collection.replace | Event for replacing an existing collection with new data |
115+
| team.collection.createChild | Event for creating a child collection |
116+
| team.collection.rename | Event for renaming a collection |
117+
| team.collection.delete | Event for deleting a collection |
118+
| team.collection.move | Event for moving a collection |
119+
| team.collection.updateOrder | Event for updating the order of collections |
120+
| team.collection.collectionCheck | Event for checking if a collection exists in a team |
121+
| team.environment.environmentCheck | Event for checking if an environment exists in a team |
122+
| team.environment.create | Event for creating an environment |
123+
| team.environment.delete | Event for deleting an environment |
124+
| team.environment.update | Event for updating an environment |
125+
| team.environment.clear | Event for clearing the contents of an environment |
126+
| team.environment.duplicate | Event for duplicating an environment |
127+
| team.invitation.create | Event for creating a team invitation |
128+
| team.invitation.revoke | Event for revoking a team invitation |
129+
| team.invitation.accept | Event for accepting a team invitation |
130+
| team.invitation.inviteCheck | Event for checking if an invitation exists |
131+
| team.request.create | Event for creating a team request |
132+
| team.request.update | Event for updating a team request |
133+
| team.request.delete | Event for deleting a team request |
134+
| team.request.updateOrder | Event for updating the order of team requests |
135+
| team.request.move | Event for moving a team request |
136+
| team.request.requestCheck | Event for checking if a request exists in a team |
137+
| team.request.roleCheck | Event for checking if a user has the relevant role to perform an action in a request |
138+
| user.session.update | Event for updating a user's app session |
139+
| user.delete | Event for deleting a user |
140+
| user.collection.createRoot | Event for creating a root user collection |
141+
| user.collection.createChild | Event for creating a child user collection |
142+
| user.collection.rename | Event for renaming a user collection |
143+
| user.collection.delete | Event for deleting a user collection |
144+
| user.collection.move | Event for moving a user collection |
145+
| user.collection.updateOrder | Event for updating the order of user collections |
146+
| user.collection.import | Event for importing a collection |
147+
| user.environment.create | Event for creating a user environment |
148+
| user.environment.update | Event for updating a user environment |
149+
| user.environment.delete | Event for deleting a user environment |
150+
| user.environment.deleteAll | Event for deleting all personal environments of a user |
151+
| user.environment.clearGlobal | Event for clearing the global environments for a user |
152+
| user.history.create | Event for creating a user history |
153+
| user.history.toggleStar | Event for toggling the star on a user history |
154+
| user.history.delete | Event for deleting a user history |
155+
| user.history.deleteAll | Event for deleting all user histories |
156+
| user.request.create | Event for creating a user request |
157+
| user.request.update | Event for updating a user request |
158+
| user.request.deleted | Event for deleting a user request |
159+
| user.request.move | Event for moving a user request |
160+
| user.settings.create | Event for creating user settings |
161+
| user.settings.update | Event for updating user settings |

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export default defineNuxtConfig({
1414
},
1515
},
1616
},
17-
})
17+
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"medium-zoom": "^1.0.8",
2121
"nuxt": "^3.8.0"
2222
}
23-
}
23+
}

plugins/medium-zoom.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import { defineNuxtPlugin } from "#app"
2-
import mediumZoom, { Zoom } from "medium-zoom"
1+
import { defineNuxtPlugin } from "#app";
2+
import mediumZoom, { Zoom } from "medium-zoom";
33

44
export default defineNuxtPlugin((nuxtApp) => {
5-
const selector = ".image-zoomable"
5+
const selector = ".image-zoomable";
66

77
const zoom: Zoom = mediumZoom(selector, {
88
margin: 8,
99
scrollOffset: 0,
10-
})
10+
});
1111

1212
// (re-)init for newly rendered page, also to work in SPA mode (client-side routing)
1313
nuxtApp.hook("page:finish", () => {
14-
zoom.detach(selector).attach(selector)
15-
})
14+
zoom.detach(selector).attach(selector);
15+
});
1616

1717
// make available as helper to NuxtApp
18-
nuxtApp.provide("mediumZoom", zoom)
19-
})
18+
nuxtApp.provide("mediumZoom", zoom);
19+
});

0 commit comments

Comments
 (0)