refactor: rename directories to kebab-case and clean up project structure

Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config

Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts
Update all internal path references across HTML, JS, and Python files
This commit is contained in:
Guillaume DENIS 2026-07-04 17:55:56 +02:00
parent bfc88f4afc
commit 2fb3621053
22 changed files with 27 additions and 9135 deletions

View file

@ -2,10 +2,10 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=CMDB/cmdb.html">
<meta http-equiv="refresh" content="0; url=cmdb/cmdb.html">
<title>CMDB</title>
</head>
<body>
<a href="CMDB/cmdb.html">Redirection vers la CMDB…</a>
<a href="cmdb/cmdb.html">Redirection vers la CMDB…</a>
</body>
</html>