You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framna Docs relies on the [`oasdiff`](https://github.com/oasdiff/oasdiff) CLI when comparing specifications.
47
+
48
+
On MacOS you can install with homebrew:
49
+
50
+
```bash
51
+
brew tap oasdiff/homebrew-oasdiff
52
+
brew install oasdiff
53
+
```
54
+
44
55
## 👨🔧 How does it work?
45
56
46
57
Framna Docs uses [OpenAPI specifications](https://swagger.io) from GitHub repositories. Users log in with their GitHub account to access documentation for projects they have access to. A repository only needs an OpenAPI spec to be recognized by Framna Docs, but customization is possible with a .framna-docs.yml file. Here's an example:
0 commit comments