mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>n8n Documentation</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Documentation of n8n - Open Source Workflow Automation Tool">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
|
<style>
|
|
.app-name-link img {
|
|
width: 200px;
|
|
}
|
|
|
|
.sidebar-nav a img {
|
|
position: relative;
|
|
top: 3px;
|
|
margin-right: 0.5em;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
|
|
<script>
|
|
window.$docsify = {
|
|
auto2top: true,
|
|
ga: 'UA-146470481-3',
|
|
themeColor: '#ff0000',
|
|
name: 'docs.n8n.io',
|
|
logo: 'images/n8n-logo.png',
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
repo: '',
|
|
plugins: [
|
|
EditOnGithubPlugin.create('https://github.com/n8n-io/n8n/tree/master/docs/')
|
|
]
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="https://unpkg.com/docsify-copy-code@2"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
</body>
|
|
|
|
</html>
|