Skip to content

Commit 0f36a83

Browse files
authored
[C++][Markdown][Security] Exclude Badges in Generated README.md (#23163)
* [C++][MarkDown][Security] Stop Including Badges in Generated `README.md` Signed-off-by: Chrimle <28791817+Chrimle@users.noreply.github.com> * Update Generated Samples Signed-off-by: Chrimle <28791817+Chrimle@users.noreply.github.com> --------- Signed-off-by: Chrimle <28791817+Chrimle@users.noreply.github.com>
1 parent 735ea1c commit 0f36a83

File tree

2 files changed

+0
-6
lines changed
  • modules/openapi-generator/src/main/resources/cpp-qt-qhttpengine-server
  • samples/server/petstore/cpp-qt-qhttpengine-server/server

2 files changed

+0
-6
lines changed

modules/openapi-generator/src/main/resources/cpp-qt-qhttpengine-server/README.md.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
2020

2121
## QHTTPEngine
2222

23-
[![Build Status](https://travis-ci.org/nitroshare/qhttpengine.svg?branch=master)](https://travis-ci.org/nitroshare/qhttpengine)
24-
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT)
25-
2623
Simple set of classes for developing HTTP server applications in Qt.
2724

2825
### Documentation

samples/server/petstore/cpp-qt-qhttpengine-server/server/README.MD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ To see how to make this your own, look here:
1414

1515
## QHTTPEngine
1616

17-
[![Build Status](https://travis-ci.org/nitroshare/qhttpengine.svg?branch=master)](https://travis-ci.org/nitroshare/qhttpengine)
18-
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT)
19-
2017
Simple set of classes for developing HTTP server applications in Qt.
2118

2219
### Documentation

0 commit comments

Comments
 (0)