add disclaimer
This commit is contained in:
parent
dc3e783e8c
commit
44d6b3e8f5
|
@ -5,6 +5,13 @@
|
||||||
<link rel="stylesheet" href="/styles/statsapi.css" />
|
<link rel="stylesheet" href="/styles/statsapi.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<aside>
|
||||||
|
<p>This documentation was auto-generated based on an OpenAPI spec found <a href=https://github.com/MajorLeagueBaseball/google-cloud-mlb-hackathon>here</a>.</p>
|
||||||
|
|
||||||
|
<p>I have no affiliation with MLB. Content supplied by MLB's Stats API is
|
||||||
|
copyright MLB Advanced Media, L.P., and use of any content provided by
|
||||||
|
the API acknowledges agreement to the terms posted <a href=http://gdx.mlb.com/components/copyright.txt>here</a>.</p>
|
||||||
|
</aside>
|
||||||
<h1>Stats API Documentation</h1>
|
<h1>Stats API Documentation</h1>
|
||||||
<div class="app-desc">Official API for Major League Baseball.</div>
|
<div class="app-desc">Official API for Major League Baseball.</div>
|
||||||
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div>
|
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div>
|
||||||
|
|
|
@ -5,6 +5,13 @@ body {
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside {
|
||||||
|
background-color: lightgray;
|
||||||
|
border: 1px solid black;
|
||||||
|
color: black;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue