Commit Graph

13 Commits

Author SHA1 Message Date
Mel 702e8df394 IDPROD-2142 part2: generate docs index.html page (#302)
Now generating a `docs/index.html` page that links to the documentation for all of the modules in the repo that have documentation enabled (`Stripe` & `StripeIdentity`). The index page reuses the same html template as the Jazzy theme we use to generate our docs. The descriptions that display for each module are populated by the summary in their podspec file. With the next deploy, this page will be visible at https://stripe.dev/stripe-ios.
2021-08-04 10:27:47 -07:00
Mel 5bc433b038 IDPROD-2142 part 1: Update docs scripts for multiple modules (#300)
Updated our `build_documentation` script to iterate through all modules which we want to build docs for and create a separate docs directory. 
- `Stripe` module will continue to build its docs to the `docs/docs` folder so we don't invalidate any pre-existing documentation links (there's [a lot of references](https://livegrep.corp.stripe.com/search/stripe?q=stripe-ios%2Fdocs&fold_case=auto&regex=false&context=true)).
- `StripeIdentity` will generate its docs to `docs/stripe-identity`
- Any future SDK which we want to generate docs for, can use the same pattern of `docs/{{module-name}}`
2021-08-04 10:27:47 -07:00
davidme-stripe a964f638cd
Release 3DS2 framework source code (#62)
Stripe3DS2 is now open source under the MIT license.
2021-01-05 16:50:08 -08:00
davidme-stripe cea45b4212
Swift conversion review: Update project files, scripts, and embedded dependencies (#1695) 2020-11-04 15:43:09 -08:00
David Estes ef0084cc7d update jazzy 2020-10-14 13:22:57 -07:00
David Estes 5ec5eec483 jazzy changes 2020-10-14 12:58:40 -07:00
David Estes da3e2568c3 Add support for Swift Package Manager 2020-09-11 16:29:53 -07:00
David Estes 3a7ce1a884 Update jazzy.yaml to ignore 3DS2 docs for now 2019-07-25 12:09:29 -07:00
Joey Dong 8f43dc2dce Fix spellcheck lint for helper functions info / die, Set default GitHub url in .jazzy.yaml 2017-08-15 15:55:57 -07:00
Joey Dong e1916eaf5a Move jazzy `github_file_prefix` to command parameter
All links in the docs back to GitHub will now point to our latest
release instead of `master`
2017-08-15 12:54:39 -07:00
Joey Dong 617da249e4 Move `output` jazzy option from command to `.jazzy.yaml`, Sort config lines according to jazzy help 2017-08-15 11:56:25 -07:00
Jack Flintermann 4c7c8a8f78 update ci scripts 2016-06-27 19:19:46 +01:00
Jack Flintermann f86321aebc jazzy config 2016-05-02 10:57:06 -04:00