Rebrand application from Obsidian to Warehouse13
- Update main app title in Angular frontend - Update FastAPI application title and API endpoints - Update static HTML index page - Update all quickstart scripts (bash, PowerShell, batch) - Update README files (main and frontend) - Maintain ◆ symbol in headers All references to "Obsidian" have been replaced with "Warehouse13" throughout the application. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Obsidian - Test Artifact Data Lake</title>
|
||||
<title>Warehouse13 - Test Artifact Data Lake</title>
|
||||
<link rel="stylesheet" href="/static/css/styles.css">
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>◆ Obsidian</h1>
|
||||
<h1>◆ Warehouse13</h1>
|
||||
<div class="header-info">
|
||||
<span id="deployment-mode" class="badge"></span>
|
||||
<span id="storage-backend" class="badge"></span>
|
||||
|
||||
Reference in New Issue
Block a user