Pub-dev: Customize the Installing tab

Created on 30 Oct 2019  路  3Comments  路  Source: dart-lang/pub-dev

It would be useful to be able to add custom instructions to the auto-generated text in the "Installing" tab, or to replace the contents completely.

Goal: provide instructions on how to install pre-compiled native libraries (for a package making use of FFI)

enhancement

Most helpful comment

As briefly discussed in https://github.com/dart-lang/pub-dev/issues/3008 another option is to remove the "installation" instructions completely.

Arguments for removal is that if installation instructions are important to your package, it's probably best to show them at the top of your README.md as users are unlikely to see them otherwise.
We could probably look at analytics to see if anyone is opening the "installation" tab.

All 3 comments

Yes, we've discussed rendering INSTALL.md as the installation tab. I think something like this would be useful.

We also discussed install.md in https://github.com/dart-lang/pub-dev/issues/2125.

As briefly discussed in https://github.com/dart-lang/pub-dev/issues/3008 another option is to remove the "installation" instructions completely.

Arguments for removal is that if installation instructions are important to your package, it's probably best to show them at the top of your README.md as users are unlikely to see them otherwise.
We could probably look at analytics to see if anyone is opening the "installation" tab.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brianegan picture brianegan  路  4Comments

zoechi picture zoechi  路  3Comments

erickzanardo picture erickzanardo  路  5Comments

jonataslaw picture jonataslaw  路  4Comments

basilex picture basilex  路  3Comments