mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-29 05:31:48 +02:00
Added initial docs page skeleton
This commit is contained in:
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