mirror of https://github.com/crossplane/docs.git
add new smaller template components
Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
4928bd8c98
commit
b42c6403c9
|
@ -0,0 +1 @@
|
|||
<link rel="stylesheet" href="{{ "/css/main.css" | absURL }}" />
|
|
@ -0,0 +1,4 @@
|
|||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{ "/css/docs.css" | absURL }}" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Crossplane is a framework for building cloud native control planes without needing to write code. It has a highly extensible backend that enables you to build a control plane that can orchestrate applications and infrastructure no matter where they run, and a highly configurable frontend that puts you in control of the schema of the declarative API it offers.">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
@ -0,0 +1,6 @@
|
|||
<!-- Twitter Cards -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="https://crossplane.io" />
|
||||
<meta name="twitter:title" content="Crossplane" />
|
||||
<meta name="twitter:description" content="The cloud-native control plane framework" />
|
||||
<meta name="twitter:image:src" content="https://crossplane.io/images/twitter-card_400x400.jpg" />
|
Loading…
Reference in New Issue