This is an automated email from the ASF dual-hosted git repository.

havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git

commit 82e973f517d15d8558fbda96673cd8981fc810b7
Author: Havret <h4v...@gmail.com>
AuthorDate: Tue Aug 5 23:36:44 2025 +0200

    NO-JIRA Clean up
---
 docs/.gitignore                          |  10 -----
 docs/api/.gitignore                      |   5 ---
 docs/api/index.md                        |   2 -
 docs/articles/intro.md                   |   1 -
 docs/articles/toc.yml                    |   2 -
 docs/docfx.json                          |  75 -------------------------------
 docs/images/activemq_logo_icon.png       | Bin 37357 -> 0 bytes
 docs/index.md                            |   4 --
 docs/nms-openwire-docs.csproj            |  20 ---------
 docs/template/partials/logo.tmpl.partial |  24 ----------
 docs/toc.yml                             |   5 ---
 nms-openwire.sln                         |   6 ---
 12 files changed, 154 deletions(-)

diff --git a/docs/.gitignore b/docs/.gitignore
deleted file mode 100644
index 6858b98..0000000
--- a/docs/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-###############
-#    folder   #
-###############
-/**/DROP/
-/**/TEMP/
-/**/packages/
-/**/bin/
-/**/obj/
-_site
-log.txt
diff --git a/docs/api/.gitignore b/docs/api/.gitignore
deleted file mode 100644
index e8079a3..0000000
--- a/docs/api/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-###############
-#  temp file  #
-###############
-*.yml
-.manifest
diff --git a/docs/api/index.md b/docs/api/index.md
deleted file mode 100644
index 78dc9c0..0000000
--- a/docs/api/index.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# PLACEHOLDER
-TODO: Add .NET projects to the *src* folder and run `docfx` to generate 
**REAL** *API Documentation*!
diff --git a/docs/articles/intro.md b/docs/articles/intro.md
deleted file mode 100644
index c0478ce..0000000
--- a/docs/articles/intro.md
+++ /dev/null
@@ -1 +0,0 @@
-# Add your introductions here!
diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml
deleted file mode 100644
index ff89ef1..0000000
--- a/docs/articles/toc.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-- name: Introduction
-  href: intro.md
diff --git a/docs/docfx.json b/docs/docfx.json
deleted file mode 100644
index 7a6f8bd..0000000
--- a/docs/docfx.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
-  "metadata": [
-    {
-      "src": [
-        {
-          "files": [
-            "src/nms-openwire.csproj"
-          ],
-          "src": ".."
-        }
-      ],
-      "dest": "api",
-      "disableGitFeatures": false,
-      "disableDefaultFilter": false,
-      "properties": {
-        "TargetFramework":  "netstandard2.0" 
-      } 
-    }
-  ],
-  "build": {
-    "content": [
-      {
-        "files": [
-          "api/**.yml",
-          "api/index.md"
-        ]
-      },
-      {
-        "files": [
-          "articles/**.md",
-          "articles/**/toc.yml",
-          "toc.yml",
-          "*.md"
-        ]
-      }
-    ],
-    "resource": [
-      {
-        "files": [
-          "images/**"
-        ]
-      }
-    ],
-    "overwrite": [
-      {
-        "files": [
-          "apidoc/**.md"
-        ],
-        "exclude": [
-          "obj/**",
-          "_site/**"
-        ]
-      }
-    ],
-    "globalMetadata": {
-      "_appTitle": "Apache NMS Openwire Documentation",
-      "_appLogoPath": "/images/activemq_logo_icon.png",
-      "_appFooter": "Copyright � 2005-2019 Apache Software Foundation 
project<br>Generated by <strong>DocFX</strong>",
-      "_enableSearch": "true"
-    },
-    "dest": "_site",
-    "globalMetadataFiles": [],
-    "fileMetadataFiles": [],
-    "template": [
-      "default",
-      "template"
-    ],
-    "postProcessors": [],
-    "markdownEngineName": "markdig",
-    "noLangKeyword": false,
-    "keepFileLink": false,
-    "cleanupCacheHistory": false,
-    "disableGitFeatures": false
-  }
-}
\ No newline at end of file
diff --git a/docs/images/activemq_logo_icon.png 
b/docs/images/activemq_logo_icon.png
deleted file mode 100644
index c2b43f5..0000000
Binary files a/docs/images/activemq_logo_icon.png and /dev/null differ
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index 3ae2506..0000000
--- a/docs/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# This is the **HOMEPAGE**.
-Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to 
write markdown files.
-## Quick Start Notes:
-1. Add images to the *images* folder if the file is referencing an image.
diff --git a/docs/nms-openwire-docs.csproj b/docs/nms-openwire-docs.csproj
deleted file mode 100644
index f7c714f..0000000
--- a/docs/nms-openwire-docs.csproj
+++ /dev/null
@@ -1,20 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <TargetFramework>netstandard2.0</TargetFramework>
-    <RootNamespace>nms_openwire_docs</RootNamespace>
-  </PropertyGroup>
-
-  <ItemGroup>
-    <PackageReference Include="docfx.console" Version="2.43.2">
-      <PrivateAssets>all</PrivateAssets>
-      <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
-    </PackageReference>
-  </ItemGroup>
-
-  <ItemGroup>
-    <Folder Include="images\" />
-    <Folder Include="template\" />
-  </ItemGroup>
-
-</Project>
diff --git a/docs/template/partials/logo.tmpl.partial 
b/docs/template/partials/logo.tmpl.partial
deleted file mode 100644
index f430ce2..0000000
--- a/docs/template/partials/logo.tmpl.partial
+++ /dev/null
@@ -1,24 +0,0 @@
-{{! Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.}}
-
-<style>
-img.activemq-logo {
-    height: 51px;
-}
-</style>
-
-<a class="navbar-brand" href="{{_rel}}index.html">
-  <img id="logo" class="svg activemq-logo" 
src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.svg{{/_appLogoPath}}" 
alt="{{_appName}}" >
-</a>
diff --git a/docs/toc.yml b/docs/toc.yml
deleted file mode 100644
index 59f8010..0000000
--- a/docs/toc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: Articles
-  href: articles/
-- name: Api Documentation
-  href: api/
-  homepage: api/index.md
diff --git a/nms-openwire.sln b/nms-openwire.sln
index 4748084..8092b63 100644
--- a/nms-openwire.sln
+++ b/nms-openwire.sln
@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = 
"nms-openwire", "src\nms-ope
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nms-openwire-test", 
"test\nms-openwire-test.csproj", "{D4034BFD-21F1-4836-B0A0-1C4161AB0110}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nms-openwire-docs", 
"docs\nms-openwire-docs.csproj", "{D0D49AC7-FCD9-4BE6-9A72-310852D473AC}"
-EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
                Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
                {D4034BFD-21F1-4836-B0A0-1C4161AB0110}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
                {D4034BFD-21F1-4836-B0A0-1C4161AB0110}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
                {D4034BFD-21F1-4836-B0A0-1C4161AB0110}.Release|Any CPU.Build.0 
= Release|Any CPU
-               {D0D49AC7-FCD9-4BE6-9A72-310852D473AC}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
-               {D0D49AC7-FCD9-4BE6-9A72-310852D473AC}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
-               {D0D49AC7-FCD9-4BE6-9A72-310852D473AC}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
-               {D0D49AC7-FCD9-4BE6-9A72-310852D473AC}.Release|Any CPU.Build.0 
= Release|Any CPU
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@activemq.apache.org
For additional commands, e-mail: commits-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to