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
Why are these changes being introduced:
* Our deployed documentation ran into issues that required a config
change that requires us to change how we load the docs locally
How does this address that need:
* documents how and why to access the documentations using `/timdex/` as
part of the URL path
Once the jekyll server is running, you can access the local docs at http://localhost:4000
79
+
Once the jekyll server is running, you can access the local docs at http://localhost:4000/timdex/
80
+
81
+
Note: it is important to load the documentation from the `/timdex/` path locally as that is how it works when built and deployed to GitHub Pages so testing locally the same way will ensure our asset paths will work when deployed.
80
82
81
83
### Automatic generation of technical specifications from GraphQL
0 commit comments