-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocumentation.html
82 lines (70 loc) · 3.02 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137858449-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-137858449-1');
</script>
<!-- <!– Yandex.Metrika counter –>-->
<!-- <script type="text/javascript" >-->
<!-- (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};-->
<!-- m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})-->
<!-- (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");-->
<!-- ym(62712055, "init", {-->
<!-- clickmap:true,-->
<!-- trackLinks:true,-->
<!-- accurateTrackBounce:true,-->
<!-- webvisor:true-->
<!-- });-->
<!-- </script>-->
<!-- <noscript><div><img src="https://mc.yandex.ru/watch/62712055" style="position:absolute; left:-9999px;" alt="" /></div></noscript>-->
<!-- <!– /Yandex.Metrika counter –>-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<meta content="configuration management, configuration framework, external configuration, configuration best practices, java configuration, microservice configuration, microservice configs, config, configuration"
name="keywords">
<meta content="Microconfig - Microservice configuration made easy" name="description">
<title>Microconfig.io - the best tool for microservice configuration management</title>
<link rel="icon" href="css/favicon.ico">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.min.css">
<style>
body {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.5;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.markdown-section p, .markdown-section ul {
line-height: 1.5;
}
.anchor span {
color: black;
}
.markdown-section {
padding: 0;
max-width: 90%;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Microconfig.io',
homepage: 'https://raw.githubusercontent.com/microconfig/microconfig/master/README.md',
repo: 'https://github.com/microconfig/microconfig',
noEmoji: true,
logo: './images/microconfig_logo_horizontal.svg',
nameLink: "https://microconfig.io",
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
</body>
</html>