Commit Graph

9 Commits

Author SHA1 Message Date
Mike Solomon
b17b5a5760 Update PAT docs with new permissions
We changed PATs so they have the same permissions as your user and require you to login once every 14 days to continue working. All the docs have been updated to reflect that.
2025-03-24 09:25:04 -07:00
Mike Solomon
693b89018f Fix broken links + add broken links script
After the broken link script is run, you can use the following command to see what links are broken:

awk '$2 != 200 {print $1, $2}' urls_with_status.txt
2025-02-24 09:51:49 -08:00
Mike Solomon
07249ea25b Update ref title/descriptions 2025-01-27 08:16:06 -08:00
leanne
ac700c1827 fixing broken links
I found a some broken links in the documents, I found a fixed a bunch

There are still some which are related to use moving some of our previously opensource recipe into private repositories. I'm uncertain how we want to address those
2024-12-31 11:37:49 -08:00
Mike Solomon
fa80be4660 Move reporting doc to reference
As it wasn't really a good fit for how-to guides
2024-12-11 09:19:40 -08:00
Mike Solomon
10c6305455 Update docs/user-documentation/moderne-platform/references/moderne-tokens.md
Co-authored-by: Kevin Carpenter™️ <kevin@moderne.io>
2024-11-14 12:21:41 -08:00
Mike Solomon
ecfa98c657 Update token doc to reflect latest changes 2024-11-14 12:08:33 -08:00
Mike Solomon
63c765535c Update admin photos 2024-10-29 10:17:41 -07:00
Mike Solomon
90fdba96d8 Initial save of docusaurus conversion
Getting started docs converted

How-to guides

References

Begin CLI docs

Add cli how to guides

Moderne IDE docs

Add release docs

Update office hours

Add DX and workshops

Add admin doc getting started

Add agent config docs

Add tables for agent config

Start reporting + configure mermaid

Finish platform admin docs

Finish doc copying + remove gitbook stuff

Fix broken links

Get stuff up to date

Attempt to fix site
2024-10-24 08:48:05 -07:00