apache / cordova-docs

Apache Cordova Documentation
https://cordova.apache.org/
Apache License 2.0
350 stars 554 forks source link

doc: improve variable type tagging #1318

Closed erisu closed 11 months ago

erisu commented 11 months ago

Motivation and Context

Distinguish variable type with better tagging design.

Description

Added Liquid Tag for var types & CSS styling.

Usage :{% cdv_vartype <type> %} Example: {% cdv_vartype string %}

Valid options:

Anything else provided gets a grey tag. For example Semver, Url etc.

tags-newline

Testing

npm run serve

erisu commented 11 months ago

The SplashScreen-related config preferences are located at https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html

It was on the SplashScreen plugin page before it was deprecated. Then it was extracted to the core features page.

Not everything is centralized, to begin with.

But, if there were to be any change surrounding the above question/suggestions or to centralize, those changes will be on the next improvement PR I am working on.

This PR focuses on the tagging display.