Commit Graph

2375 Commits

Author SHA1 Message Date
ILya Volchenkov
ec50858ec4
feat: added localization for some labels (#1675) 2021-07-09 10:33:36 +03:00
Waldir Pimenta
eba55124c9
docs: improve the redoc cli README (#1679)
- Break some long lines
- Add some articles (the, a)
- Add a couple links for additional context
- Expand the SSR acronym
- Describe what --watch does
2021-07-09 10:25:52 +03:00
Roman
bb67e29bbf
Merge pull request #1671 from Redocly/marshevskyy
chore: added pull request template
2021-07-05 16:20:34 +03:00
Roman
a7a1efd83f
chore: added security section into pull request template 2021-07-05 15:50:43 +03:00
Ivan Shvets
0c6fd47762
Merge pull request #1665 from Redocly/chore/change-docs-sync-flow
chore: changed docs sync flow
2021-07-05 11:25:33 +03:00
Ivan Shvets
78c7e37ecb
chore: changed docs sync flow 2021-07-02 18:14:26 +03:00
romanhotsiy
99618bbee7
chore: fix demo slack url 2021-07-01 12:53:49 +03:00
romanhotsiy
68690d1872
chore: v2.0.0-rc.55 2021-07-01 12:45:19 +03:00
romanhotsiy
a4e85fb374
chore: fix sync workflow 2021-07-01 12:40:25 +03:00
romanhotsiy
b41a8b4ac7
fix: fix accidentally removed onLoaded
fixes #1656
2021-07-01 12:37:42 +03:00
romanhotsiy
3df72fb99f
fix: broken linkify
fixes #1655
2021-07-01 12:34:50 +03:00
romanhotsiy
f944da0e7d
chore: change cors url in the demo 2021-07-01 12:31:20 +03:00
Ivan Shvets
ece0f5a0cb
Merge pull request #1652 from Redocly/feat/git-folder-sync
feat: added git folder sync config
2021-06-25 10:47:58 +03:00
Ivan Shvets
a69f0fb009 feat: added git folder sync config 2021-06-23 12:59:47 +03:00
romanhotsiy
274b04b432
chore(cli): v0.12.1 2021-06-09 17:25:34 +03:00
romanhotsiy
173d411071
chore(cli): v0.12.0 2021-06-09 15:58:25 +03:00
romanhotsiy
43b693f319
chore(cli): upgrade redoc to rc.54 2021-06-09 15:57:44 +03:00
romanhotsiy
bcfae6acef
chore: v2.0.0-rc.54 2021-06-09 15:46:58 +03:00
Roman Hotsiy
f4ea368f78
feat: merge refs oas 3.1 (#1640) 2021-06-09 15:43:52 +03:00
romanhotsiy
0a4d172333
chore: remove extra webpack resolver 2021-06-09 15:10:32 +03:00
Roman Hotsiy
c09cf9dbbe
chore: modernize build pipeline (#1635) 2021-06-09 14:57:36 +03:00
Roman Hotsiy
92387bc653
chore: upgrade dependencies (#1634) 2021-06-02 15:53:36 +03:00
AlexVarchuk
823be24b31
feat: add basic support openApi 3.1 (#1622) 2021-05-31 19:23:05 +03:00
Yevhenii Hyzyla
4b072be8d1
fix: use operation path if operation summary/description is not provided (#1596)
resolves #1270
2021-04-29 23:34:43 +03:00
langhabel
d7a0a4da17
fix: parse json theme string for standalone tag (#1492) 2021-04-15 10:47:40 +03:00
Andriy Leliv
22cc5f17dc
chore: update(cli) engine node version >=12 (#1583) 2021-04-15 10:01:28 +03:00
Andriy Leliv
0ee6c51320 chore(cli): v0.11.4 2021-04-13 17:14:18 +03:00
Andriy Leliv
ab2d57a5a2
fix: right absolute path for load and bundle definition (#1579) 2021-04-13 17:00:36 +03:00
Andriy Leliv
18511fdb62 Merge branch 'master' of github.com:Redocly/redoc 2021-04-13 11:13:09 +03:00
Andriy Leliv
79961d4c0c chore(cli): v0.11.3 2021-04-13 11:11:17 +03:00
Andriy Leliv
44152fdae7
docs: update specUrl (#1577) 2021-04-12 21:26:00 +03:00
Olivier Beaulieu
dfc4cf1caa
fix: added missing semicolon to styling (#1578) 2021-04-12 19:24:15 +03:00
Andriy Leliv
5c8524d80f chore: Release 2.0.0-rc.53 2021-04-12 18:28:56 +03:00
Andriy Leliv
3c4ece966c chore: Release 2.0.0-rc.52 2021-04-09 22:17:30 +03:00
Andriy Leliv
ca3108b78b chore: update openapi-core version to fix parsing root document 2021-04-09 22:16:50 +03:00
romanhotsiy
893e296398
chore(cli): v0.11.2 2021-04-09 11:12:30 +03:00
Andriy Leliv
cc04106a68
fix: broken paths when budle or serve using cli (#1572) 2021-04-09 11:10:49 +03:00
romanhotsiy
0a08f121f3
chore(cli): v0.11.1 2021-04-08 22:42:31 +03:00
Andriy Leliv
3cae0b37b5
chore(cli): v0.11.0 2021-04-08 22:38:10 +03:00
Andriy Leliv
60bf22e106 chore: Release 2.0.0-rc.51 2021-04-08 19:58:52 +03:00
Andriy Leliv
5a9154ab1d
chore: unit tests to check loading and bundling api definitions with openapi-core (#1568) 2021-04-08 18:45:55 +03:00
Andriy Leliv
503394655d
chore: use openapi-core to bundle definition instead of json-schema-ref-parser (#1500)
* chore: use openapi-core to bundle definition instead of json-schema-ref-parser
* chore: update: root and demo webpack configs
* chore: refactor loadAndBundleSpec
* chore: update vesions: openapi-core, redoc
* chore: rolled back webpack.config(s) to previous version
* chore: changed the way of creating core Config for bundling definition
* fix: disable eslint react/display-name
* fix: update nodejs version to 12 in travis config
* chore: optimize verification: browser or server
* chore: add fetch only for browser
* Update src/utils/loadAndBundleSpec.ts
* chore: isBrowser verification improvment
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2021-04-08 15:49:15 +03:00
Kurt Furbush
e5644ee67a
docs: remove extra word in grammar (#1539) 2021-03-31 15:52:45 +03:00
Patrick Demers
c7bbef5155
feat: add disable-google-font parameter to serve command in cli (#1558) 2021-03-31 15:51:50 +03:00
迷渡
4846259de3
docs: minor syntax highlight fix on the README (#1549) 2021-03-02 09:35:28 +02:00
Oleksiy Kachynskyy
6086c6c89f
docs: remove outdated config option from readme (#1543) 2021-02-22 15:50:33 +02:00
romanhotsiy
7003bcc109
chore(cli): v0.10.4 2021-02-15 15:45:24 +02:00
romanhotsiy
8bee3d5777
chore: Release 2.0.0-rc.50 🔖 2021-02-15 14:52:37 +02:00
romanhotsiy
3ba622f3ab
fix: add includes polyfill
fixes #1530
2021-02-15 14:51:25 +02:00
Roman Hotsiy
8270481e9f
fix: false-positive recursive tag case when using oneOf + allOf (#1534) 2021-02-15 14:50:35 +02:00