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
The `docs/` directory in this repository contains the pre-generated DocC documentation website output for the **Swagger Pet Store API**, which was built using the `petstore.symbolgraph.json` generated by this tool and the `API.docc` catalog.
79
+
The `docs/` directory in this repository contains the pre-generated DocC documentation website output for the **Swift Package Registry API**, which was built using the `registry.symbolgraph.json` generated by this tool and the `RegistryAPI.docc` catalog.
76
80
77
81
### Documentation
78
82
79
83
The latest documentation is automatically deployed to GitHub Pages and can be viewed at:
@@ -87,7 +91,7 @@ You can serve the documentation locally using one of these methods:
87
91
#### Using the helper script:
88
92
89
93
```bash
90
-
./serve-docs.sh
94
+
./scripts/serve-docs.sh
91
95
```
92
96
93
97
#### Using Python 3 directly:
@@ -114,9 +118,10 @@ Check out the `DocsExample` directory for a working example of a REST API docume
114
118
This repository is configured to automatically deploy documentation to GitHub Pages whenever changes are pushed to the main branch. The deployment process:
115
119
116
120
1. Uses the GitHub Actions workflow defined in `.github/workflows/pages.yml`
117
-
2. Takes the contents of the `docs` directory
118
-
3. Deploys them to GitHub Pages
119
-
4. Makes the documentation available at the URL: [https://ayushshrivastv.github.io/OpenAPI-integration-with-DocC/](https://ayushshrivastv.github.io/OpenAPI-integration-with-DocC/)
121
+
2. Builds the documentation from the OpenAPI specification
122
+
3. Takes the contents of the `docs` directory
123
+
4. Deploys them to GitHub Pages
124
+
5. Makes the documentation available at the URL: [https://ayushshrivastv.github.io/OpenAPI-Integration-with-DocC/](https://ayushshrivastv.github.io/OpenAPI-Integration-with-DocC/)
0 commit comments