-
-
- <%= html %>
-
-
-
-
diff --git a/config/initializers/livingstyleguide_patches.rb b/config/initializers/livingstyleguide_patches.rb
deleted file mode 100644
index 9d27512defd..00000000000
--- a/config/initializers/livingstyleguide_patches.rb
+++ /dev/null
@@ -1,45 +0,0 @@
-#-- copyright
-# OpenProject is an open source project management software.
-# Copyright (C) 2012-2023 the OpenProject GmbH
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License version 3.
-#
-# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
-# Copyright (C) 2006-2013 Jean-Philippe Lang
-# Copyright (C) 2010-2013 the ChiliProject Team
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-# See COPYRIGHT and LICENSE files for more details.
-#++
-#
-if defined?(LivingStyleGuide)
- ##
- # Override CSS to never be called
- module DocumentTemplatePatch
- ##
- # Define our own template
- def template_erb
- if @template == :layout
- File.read(Rails.root.join('app/views/layouts/styleguide/styleguide.layout.html.erb'))
- else
- super
- end
- end
- end
-
- LivingStyleGuide::Document.prepend DocumentTemplatePatch
-end
diff --git a/config/routes.rb b/config/routes.rb
index 87f11ea3831..5c6e2ff3cd9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -601,9 +601,6 @@ OpenProject::Application.routes.draw do
get 'callback', controller: 'oauth_clients', action: :callback
end
- # Routes for design related documentation and examples pages
- get '/design/styleguide' => redirect('/assets/styleguide.html')
-
if Rails.env.development?
mount Lookbook::Engine, at: "/design/lookbook"
end
diff --git a/frontend/src/app/spot/icon-font/openproject-icon-font.template.lsg b/frontend/src/app/spot/icon-font/openproject-icon-font.template.lsg
deleted file mode 100644
index 4513ec99d9c..00000000000
--- a/frontend/src/app/spot/icon-font/openproject-icon-font.template.lsg
+++ /dev/null
@@ -1,9 +0,0 @@
-## OpenProject Icon Font
-
-*OpenProject Icon Font* for icons:
-
-
-```
\ No newline at end of file
diff --git a/frontend/src/global_styles/content/_links.lsg b/frontend/src/global_styles/content/_links.lsg
deleted file mode 100644
index 09821c9cbfb..00000000000
--- a/frontend/src/global_styles/content/_links.lsg
+++ /dev/null
@@ -1,16 +0,0 @@
-# Links
-
-```
-A normal link
-
-