Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance documentation UI #182

Merged
merged 45 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
85eec3d
Enhance documentation UI
ehmicky Sep 9, 2019
864d1fd
Fix logo
ehmicky Sep 9, 2019
5dc6266
Change title
ehmicky Sep 9, 2019
4d016c1
Fix file copy
ehmicky Sep 9, 2019
6c5d500
Fix nesting level
ehmicky Sep 9, 2019
f493b90
Move lines
ehmicky Sep 9, 2019
eb8e6db
Refactor file paths
ehmicky Sep 9, 2019
43aee5a
Improve logo
ehmicky Sep 11, 2019
5543da4
feat: add google analytics to new docs site
DavidWells Sep 18, 2019
49cbc44
Update test snapshot
ehmicky Sep 18, 2019
2bd6c3a
Fix merge conflict
ehmicky Sep 18, 2019
72d57fc
Fix linting
ehmicky Sep 18, 2019
65a31d7
Do not expand responses by default
ehmicky Sep 18, 2019
845f2e7
Improve build task
ehmicky Sep 18, 2019
544854f
Split into several files
ehmicky Sep 18, 2019
d76ccc8
Improve JavaScript injection
ehmicky Sep 18, 2019
58f4726
Fix typo
ehmicky Sep 18, 2019
d827225
Add <meta> tags
ehmicky Sep 18, 2019
848b0a7
Move lines
ehmicky Sep 18, 2019
c9c35a9
Try fixing tests
ehmicky Sep 18, 2019
5c603ba
Fix typo
ehmicky Sep 18, 2019
306d6a5
Fix CORS issue
ehmicky Sep 18, 2019
c53bd71
Fix missing logo
ehmicky Sep 18, 2019
a67f141
Add comment
ehmicky Sep 18, 2019
0c6eacf
Remove Swagger UI
ehmicky Sep 18, 2019
9966ed0
Move files
ehmicky Sep 18, 2019
d6b7380
Fix linting
ehmicky Sep 18, 2019
55f605a
Move tests
ehmicky Sep 18, 2019
0a2d7e1
Move file
ehmicky Sep 18, 2019
f1d7bc7
Fix linting
ehmicky Sep 18, 2019
b265b6a
Add x-displayName
ehmicky Sep 18, 2019
8d40bba
Add tag groups
ehmicky Sep 18, 2019
028b518
Make text easier to read
ehmicky Sep 18, 2019
bf446e2
Fix test snapshot
ehmicky Sep 18, 2019
283459c
Add introduction back
ehmicky Sep 18, 2019
3a7261d
Fix description
ehmicky Sep 18, 2019
4832fc2
Add sections
ehmicky Sep 18, 2019
9517330
Add sections
ehmicky Sep 18, 2019
0bf4055
Fix merge conflict
ehmicky Sep 18, 2019
f3ea432
Fix markdown
ehmicky Sep 18, 2019
300092f
Fix typo
ehmicky Sep 18, 2019
b5e7240
Show redoc debug output
ehmicky Sep 18, 2019
6a9a9b2
Rename directory
ehmicky Sep 18, 2019
30ec206
Remove sections
ehmicky Sep 19, 2019
60a7f7a
Fix URL redirection
ehmicky Sep 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
publish = "ui/dist"
publish = "dist"
command = "npm run build"
Loading