Skip to content

Commit 587d114

Browse files
authored
Merge pull request #5 from stackql/feature/provider-dev
update docs
2 parents 472edb2 + 3106174 commit 587d114

File tree

126 files changed

+17
-71872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+17
-71872
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,21 @@ npm run generate-docs -- \
170170

171171
```bash
172172
cd website
173+
# test build
174+
yarn build
175+
176+
# run local dev server
173177
yarn start
174178
```
175179

180+
### 9. Publish web docs to GitHub Pages
181+
182+
Under __Pages__ in the repository, in the __Build and deployment__ section select __GitHub Actions__ as the __Source__. In Netlify DNS create the following records:
183+
184+
| Source Domain | Record Type | Target |
185+
|---------------|--------------|--------|
186+
| okta-provider.stackql.io | CNAME | stackql.github.io |
187+
176188
## License
177189

178190
MIT

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@stackql/pgwire-lite": "^1.0.1",
18-
"@stackql/provider-utils": "^0.4.0"
18+
"@stackql/provider-utils": "^0.4.1"
1919
},
2020
"keywords": [
2121
"stackql",

0 commit comments

Comments
 (0)