zenstack 0.2.4 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -264,7 +264,7 @@ export const getServerSideProps: GetServerSideProps = async () => {
264
264
 
265
265
  **Please note** that server-side database access is not protected by access policies. This is by-design so as to provide a way of bypassing the policies. Please make sure you implement authorization properly.
266
266
 
267
- ## What's next?
267
+ ## Learning more
268
268
 
269
269
  ### [Learning the ZModel language](/docs/get-started/learning-the-zmodel-language.md)
270
270
 
@@ -272,6 +272,8 @@ export const getServerSideProps: GetServerSideProps = async () => {
272
272
 
273
273
  ### [Database hosting considerations](/docs/ref/database-hosting-considerations.md)
274
274
 
275
+ ### [Setup logging](/docs/ref/setup-logging.md)
276
+
275
277
  ## Reach out to us for issues, feedback and ideas!
276
278
 
277
279
  [Discord](https://discord.gg/dbuC9ZWc) [Twitter](https://twitter.com/zenstackhq)