WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Get the app description from the readme if the field description is not present in app.yaml #144

@lucarin91

Description

@lucarin91

We decided some time ago to use only the README.md for adding additional description to an app or an example instead of the description field in the app.yaml, but it was never implemented.

To make that work, we should:

  • parse the README.md
  • get the first paragraph (so no titles)
  • remove all markdown syntax
  • return that in the app description field in the api endpoint for the app

We also decided to keep the description field and use it instead of the readme in case it is present and not empty.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions