FossilRepo

Rename FossilRepo KB to FossilRepo Docs

lmata 2026-04-07 19:32 trunk
Commit c542a43be0b7d9fd0b02eb63acce42b133dff9d954d9a4646569550591354fba
--- templates/dashboard.html
+++ templates/dashboard.html
@@ -106,11 +106,11 @@
106106
<p class="mt-1 text-xs text-gray-500">Organize members into teams</p>
107107
</a>
108108
{% endif %}
109109
{% if perms.pages.view_page %}
110110
<a href="{% url 'pages:list' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
111
- <h3 class="text-sm font-semibold text-gray-100">FossilRepo KB</h3>
111
+ <h3 class="text-sm font-semibold text-gray-100">FossilRepo Docs</h3>
112112
<p class="mt-1 text-xs text-gray-500">Guides, runbooks, documentation</p>
113113
</a>
114114
{% endif %}
115115
{% if perms.organization.view_organization %}
116116
<a href="{% url 'organization:settings' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
117117
--- templates/dashboard.html
+++ templates/dashboard.html
@@ -106,11 +106,11 @@
106 <p class="mt-1 text-xs text-gray-500">Organize members into teams</p>
107 </a>
108 {% endif %}
109 {% if perms.pages.view_page %}
110 <a href="{% url 'pages:list' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
111 <h3 class="text-sm font-semibold text-gray-100">FossilRepo KB</h3>
112 <p class="mt-1 text-xs text-gray-500">Guides, runbooks, documentation</p>
113 </a>
114 {% endif %}
115 {% if perms.organization.view_organization %}
116 <a href="{% url 'organization:settings' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
117
--- templates/dashboard.html
+++ templates/dashboard.html
@@ -106,11 +106,11 @@
106 <p class="mt-1 text-xs text-gray-500">Organize members into teams</p>
107 </a>
108 {% endif %}
109 {% if perms.pages.view_page %}
110 <a href="{% url 'pages:list' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
111 <h3 class="text-sm font-semibold text-gray-100">FossilRepo Docs</h3>
112 <p class="mt-1 text-xs text-gray-500">Guides, runbooks, documentation</p>
113 </a>
114 {% endif %}
115 {% if perms.organization.view_organization %}
116 <a href="{% url 'organization:settings' %}" class="block rounded-lg bg-gray-800 border border-gray-700 p-4 hover:border-brand transition-colors">
117
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -85,21 +85,21 @@
8585
{% endif %}
8686
</div>
8787
</div>
8888
{% endif %}
8989
90
- <!-- FossilRepo KB section -->
90
+ <!-- FossilRepo Docs section -->
9191
{% if perms.pages.view_page %}
9292
<div>
9393
<button @click="collapsed ? (collapsed = false, docsOpen = true) : (docsOpen = !docsOpen)"
9494
class="flex items-center justify-between w-full rounded-md px-2 py-2 text-sm font-medium {% if '/kb/' in request.path %}text-white{% else %}text-gray-400 hover:bg-gray-800 hover:text-white{% endif %}"
95
- :title="collapsed ? 'FossilRepo KB' : ''">
95
+ :title="collapsed ? 'FossilRepo Docs' : ''">
9696
<span class="flex items-center gap-2">
9797
<svg class="h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
9898
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
9999
</svg>
100
- <span x-show="!collapsed" class="truncate">FossilRepo KB</span>
100
+ <span x-show="!collapsed" class="truncate">FossilRepo Docs</span>
101101
</span>
102102
<svg x-show="!collapsed" class="h-4 w-4 transition-transform" :class="docsOpen && 'rotate-90'" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
103103
<path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
104104
</svg>
105105
</button>
106106
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -85,21 +85,21 @@
85 {% endif %}
86 </div>
87 </div>
88 {% endif %}
89
90 <!-- FossilRepo KB section -->
91 {% if perms.pages.view_page %}
92 <div>
93 <button @click="collapsed ? (collapsed = false, docsOpen = true) : (docsOpen = !docsOpen)"
94 class="flex items-center justify-between w-full rounded-md px-2 py-2 text-sm font-medium {% if '/kb/' in request.path %}text-white{% else %}text-gray-400 hover:bg-gray-800 hover:text-white{% endif %}"
95 :title="collapsed ? 'FossilRepo KB' : ''">
96 <span class="flex items-center gap-2">
97 <svg class="h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
98 <path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
99 </svg>
100 <span x-show="!collapsed" class="truncate">FossilRepo KB</span>
101 </span>
102 <svg x-show="!collapsed" class="h-4 w-4 transition-transform" :class="docsOpen && 'rotate-90'" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
103 <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
104 </svg>
105 </button>
106
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -85,21 +85,21 @@
85 {% endif %}
86 </div>
87 </div>
88 {% endif %}
89
90 <!-- FossilRepo Docs section -->
91 {% if perms.pages.view_page %}
92 <div>
93 <button @click="collapsed ? (collapsed = false, docsOpen = true) : (docsOpen = !docsOpen)"
94 class="flex items-center justify-between w-full rounded-md px-2 py-2 text-sm font-medium {% if '/kb/' in request.path %}text-white{% else %}text-gray-400 hover:bg-gray-800 hover:text-white{% endif %}"
95 :title="collapsed ? 'FossilRepo Docs' : ''">
96 <span class="flex items-center gap-2">
97 <svg class="h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
98 <path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
99 </svg>
100 <span x-show="!collapsed" class="truncate">FossilRepo Docs</span>
101 </span>
102 <svg x-show="!collapsed" class="h-4 w-4 transition-transform" :class="docsOpen && 'rotate-90'" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
103 <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
104 </svg>
105 </button>
106
--- templates/pages/page_form.html
+++ templates/pages/page_form.html
@@ -1,11 +1,11 @@
11
{% extends "base.html" %}
22
{% block title %}{{ title }} — Fossilrepo{% endblock %}
33
44
{% block content %}
55
<div class="mb-6">
6
- <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">&larr; Back to FossilRepo KB</a>
6
+ <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">&larr; Back to FossilRepo Docs</a>
77
</div>
88
99
<div class="mx-auto max-w-4xl">
1010
<h1 class="text-2xl font-bold text-gray-100 mb-6">{{ title }}</h1>
1111
1212
--- templates/pages/page_form.html
+++ templates/pages/page_form.html
@@ -1,11 +1,11 @@
1 {% extends "base.html" %}
2 {% block title %}{{ title }} — Fossilrepo{% endblock %}
3
4 {% block content %}
5 <div class="mb-6">
6 <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">&larr; Back to FossilRepo KB</a>
7 </div>
8
9 <div class="mx-auto max-w-4xl">
10 <h1 class="text-2xl font-bold text-gray-100 mb-6">{{ title }}</h1>
11
12
--- templates/pages/page_form.html
+++ templates/pages/page_form.html
@@ -1,11 +1,11 @@
1 {% extends "base.html" %}
2 {% block title %}{{ title }} — Fossilrepo{% endblock %}
3
4 {% block content %}
5 <div class="mb-6">
6 <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">&larr; Back to FossilRepo Docs</a>
7 </div>
8
9 <div class="mx-auto max-w-4xl">
10 <h1 class="text-2xl font-bold text-gray-100 mb-6">{{ title }}</h1>
11
12
--- templates/pages/page_list.html
+++ templates/pages/page_list.html
@@ -1,11 +1,11 @@
11
{% extends "base.html" %}
2
-{% block title %}FossilRepo KB — Fossilrepo{% endblock %}
2
+{% block title %}FossilRepo Docs — Fossilrepo{% endblock %}
33
44
{% block content %}
55
<div class="md:flex md:items-center md:justify-between mb-6">
6
- <h1 class="text-2xl font-bold text-gray-100">FossilRepo KB</h1>
6
+ <h1 class="text-2xl font-bold text-gray-100">FossilRepo Docs</h1>
77
{% if perms.pages.add_page %}
88
<a href="{% url 'pages:create' %}"
99
class="mt-4 md:mt-0 inline-flex items-center rounded-md bg-brand px-4 py-2 text-sm font-semibold text-white shadow-sm hover:bg-brand-hover">
1010
New Page
1111
</a>
1212
--- templates/pages/page_list.html
+++ templates/pages/page_list.html
@@ -1,11 +1,11 @@
1 {% extends "base.html" %}
2 {% block title %}FossilRepo KB — Fossilrepo{% endblock %}
3
4 {% block content %}
5 <div class="md:flex md:items-center md:justify-between mb-6">
6 <h1 class="text-2xl font-bold text-gray-100">FossilRepo KB</h1>
7 {% if perms.pages.add_page %}
8 <a href="{% url 'pages:create' %}"
9 class="mt-4 md:mt-0 inline-flex items-center rounded-md bg-brand px-4 py-2 text-sm font-semibold text-white shadow-sm hover:bg-brand-hover">
10 New Page
11 </a>
12
--- templates/pages/page_list.html
+++ templates/pages/page_list.html
@@ -1,11 +1,11 @@
1 {% extends "base.html" %}
2 {% block title %}FossilRepo Docs — Fossilrepo{% endblock %}
3
4 {% block content %}
5 <div class="md:flex md:items-center md:justify-between mb-6">
6 <h1 class="text-2xl font-bold text-gray-100">FossilRepo Docs</h1>
7 {% if perms.pages.add_page %}
8 <a href="{% url 'pages:create' %}"
9 class="mt-4 md:mt-0 inline-flex items-center rounded-md bg-brand px-4 py-2 text-sm font-semibold text-white shadow-sm hover:bg-brand-hover">
10 New Page
11 </a>
12

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button