mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Add swagger API documentation (#2035)
This commit is contained in:
parent
58ed53314c
commit
36a60bdf8b
14 changed files with 1240 additions and 2 deletions
16
docs/console-endpoints/index.css
Normal file
16
docs/console-endpoints/index.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
html {
|
||||
box-sizing: border-box;
|
||||
overflow: -moz-scrollbars-vertical;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background: #fafafa;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue