mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 02:04:25 +01:00
moved to single repos
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<html class="fancyScroll">
|
||||
<head>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">
|
||||
<!--<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">-->
|
||||
<link href="/css/vuetify.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
||||
|
||||
<title>{{ if .Title }}{{ .Title }} {{ else }}{{ .Site.Title }}{{ end }}</title>
|
||||
@@ -13,6 +14,7 @@
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
</script>
|
||||
<v-app id="app" class="grey lighten-5" v-cloak stylse="display: none;">
|
||||
{{ partial "menu.html" . }}
|
||||
{{- partial "toolbar.html" . -}}
|
||||
@@ -56,8 +58,8 @@
|
||||
drawer2: true,
|
||||
toc: 0,
|
||||
branches: [
|
||||
{ value: 'https://docs.pycom.io', text: 'version stable', },
|
||||
{ value: 'https://development.pycom.io', text: 'version development'},
|
||||
{ value: 'https://docs.pycom.io', text: 'version stable', },
|
||||
],
|
||||
branch: ""
|
||||
},
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
</ul>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
|
||||
<p> </p>
|
||||
{{ partial "prev_next.html" (dict "menu" .Site.Menus.main "page" . ) }}
|
||||
<v-spacer/>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<v-card>
|
||||
<v-card-text>
|
||||
{{ if not .Params.disable_breadcrumbs }}
|
||||
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
|
||||
{{ end }}
|
||||
{{ if not .Params.disable_breadcrumbs }}
|
||||
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
|
||||
{{ end }}
|
||||
<h1 class="mt-0 pt-0">{{- .Title -}}</h1>
|
||||
{{- .Content -}}
|
||||
</v-card-text>
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
{{ $p := .Get 0 }}
|
||||
{{ with .Page.GetPage $p }}
|
||||
<a href="{{ .URL }}">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
{{ with .Page.GetPage $p }}<a href="{{ .URL }}">{{ .Title }}</a>{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user