FossilRepo
Rename FossilRepo KB to FossilRepo Docs
Commit
c542a43be0b7d9fd0b02eb63acce42b133dff9d954d9a4646569550591354fba
Parent
d9493e500320d20…
4 files changed
+1
-1
+3
-3
+1
-1
+2
-2
+1
-1
| --- templates/dashboard.html | ||
| +++ templates/dashboard.html | ||
| @@ -106,11 +106,11 @@ | ||
| 106 | 106 | <p class="mt-1 text-xs text-gray-500">Organize members into teams</p> |
| 107 | 107 | </a> |
| 108 | 108 | {% endif %} |
| 109 | 109 | {% if perms.pages.view_page %} |
| 110 | 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> | |
| 111 | + <h3 class="text-sm font-semibold text-gray-100">FossilRepo Docs</h3> | |
| 112 | 112 | <p class="mt-1 text-xs text-gray-500">Guides, runbooks, documentation</p> |
| 113 | 113 | </a> |
| 114 | 114 | {% endif %} |
| 115 | 115 | {% if perms.organization.view_organization %} |
| 116 | 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 | 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 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 |
+3
-3
| --- templates/includes/sidebar.html | ||
| +++ templates/includes/sidebar.html | ||
| @@ -85,21 +85,21 @@ | ||
| 85 | 85 | {% endif %} |
| 86 | 86 | </div> |
| 87 | 87 | </div> |
| 88 | 88 | {% endif %} |
| 89 | 89 | |
| 90 | - <!-- FossilRepo KB section --> | |
| 90 | + <!-- FossilRepo Docs section --> | |
| 91 | 91 | {% if perms.pages.view_page %} |
| 92 | 92 | <div> |
| 93 | 93 | <button @click="collapsed ? (collapsed = false, docsOpen = true) : (docsOpen = !docsOpen)" |
| 94 | 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' : ''"> | |
| 95 | + :title="collapsed ? 'FossilRepo Docs' : ''"> | |
| 96 | 96 | <span class="flex items-center gap-2"> |
| 97 | 97 | <svg class="h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> |
| 98 | 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 | 99 | </svg> |
| 100 | - <span x-show="!collapsed" class="truncate">FossilRepo KB</span> | |
| 100 | + <span x-show="!collapsed" class="truncate">FossilRepo Docs</span> | |
| 101 | 101 | </span> |
| 102 | 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 | 103 | <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" /> |
| 104 | 104 | </svg> |
| 105 | 105 | </button> |
| 106 | 106 |
| --- 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 |
+1
-1
| --- templates/pages/page_form.html | ||
| +++ templates/pages/page_form.html | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | {% extends "base.html" %} |
| 2 | 2 | {% block title %}{{ title }} — Fossilrepo{% endblock %} |
| 3 | 3 | |
| 4 | 4 | {% block content %} |
| 5 | 5 | <div class="mb-6"> |
| 6 | - <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">← Back to FossilRepo KB</a> | |
| 6 | + <a href="{% url 'pages:list' %}" class="text-sm text-brand-light hover:text-brand">← Back to FossilRepo Docs</a> | |
| 7 | 7 | </div> |
| 8 | 8 | |
| 9 | 9 | <div class="mx-auto max-w-4xl"> |
| 10 | 10 | <h1 class="text-2xl font-bold text-gray-100 mb-6">{{ title }}</h1> |
| 11 | 11 | |
| 12 | 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">← 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">← 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 |
+2
-2
| --- templates/pages/page_list.html | ||
| +++ templates/pages/page_list.html | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | {% extends "base.html" %} |
| 2 | -{% block title %}FossilRepo KB — Fossilrepo{% endblock %} | |
| 2 | +{% block title %}FossilRepo Docs — Fossilrepo{% endblock %} | |
| 3 | 3 | |
| 4 | 4 | {% block content %} |
| 5 | 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> | |
| 6 | + <h1 class="text-2xl font-bold text-gray-100">FossilRepo Docs</h1> | |
| 7 | 7 | {% if perms.pages.add_page %} |
| 8 | 8 | <a href="{% url 'pages:create' %}" |
| 9 | 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 | 10 | New Page |
| 11 | 11 | </a> |
| 12 | 12 |
| --- 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 |