Skip to content

Commit c197d62

Browse files
committed
update
1 parent b14ea55 commit c197d62

File tree

2 files changed

+14293
-1
lines changed

2 files changed

+14293
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unofficial Rossum.ai University
1+
# The Solution Architect's Handbook
22

33
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

@@ -38,3 +38,11 @@ This command generates static content into the `build` directory and can be serv
3838
1. Move the page as is into the `deprecated` folder
3939
1. Adjust any broken links and imports
4040
1. Add `slug` into the [front matter](https://docusaurus.io/docs/create-doc#doc-front-matter) (to remove the `/deprecated/` path from the URL for backwards compatibility)
41+
42+
## Collecting all documentation into one file
43+
44+
Very handy for Gemini gems:
45+
46+
```bash
47+
find ./docs -name "*.md" | xargs cat > ./all_handbook_content.txt
48+
```

0 commit comments

Comments
 (0)