mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-25 19:01:06 +01:00
Added initial docs page skeleton
This commit is contained in:
26
docusaurus/website/static/css/custom.css
Executable file
26
docusaurus/website/static/css/custom.css
Executable file
@@ -0,0 +1,26 @@
|
||||
/* your custom css */
|
||||
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.separateOnPageNav .docsNavContainer {
|
||||
flex: 0 0 300px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Lato", "sans-serif";
|
||||
}
|
||||
BIN
docusaurus/website/static/img/favicon.png
Normal file
BIN
docusaurus/website/static/img/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
14
docusaurus/website/static/index.html
Normal file
14
docusaurus/website/static/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=docs/provider.html">
|
||||
<script type="text/javascript">
|
||||
window.location.href = 'docs/provider.html';
|
||||
</script>
|
||||
<title>Bitbucket Server Terraform Provider</title>
|
||||
</head>
|
||||
<body>
|
||||
If you are not redirected automatically, follow this <a href="docs/provider.html">link</a>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user