Skip to content

Commit

Permalink
Merge pull request #439 from gristlabs/audit-logs
Browse files Browse the repository at this point in the history
Add audit log documentation
  • Loading branch information
nbush authored Nov 27, 2024
2 parents 6859e41 + 8c7d3b8 commit f1897e6
Show file tree
Hide file tree
Showing 5 changed files with 1,362 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build-audit-logs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

set -e

if [[ "$1" = "" ]]; then
echo "Usage: $0 grist-checkout-dir"
echo " Rebuilds help/en/docs/install/audit-log-events.md"
exit 2
fi

DIR=$PWD
cd $1
echo "Updating help/en/docs/install/audit-log-events.md"
yarn -s run cli audit-logs events --type installation > $DIR/help/en/docs/install/audit-log-events.md
Loading

0 comments on commit f1897e6

Please sign in to comment.