evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

Move module help to external XML files

Open aaronparker opened this issue 3 years ago • 4 comments

Help for Evergreen would be better suited in external help XML files: Writing Help for PowerShell Modules. This would keep the help content out of the module files and provide for adding help in other languages.

Help files can be found here: https://github.com/aaronparker/evergreen/tree/main/docs/help.

aaronparker avatar Apr 09 '21 09:04 aaronparker

If you have that, I can translate the texts into German for you. Or what other help do you need?

Deyda avatar Apr 14 '21 06:04 Deyda

@Deyda nice, thanks. You can see an initial set of help files here for en-US: https://github.com/aaronparker/Evergreen/tree/development/help/en-US. This would be using platyPS to general MAML help from this markdown.

German help then would be a translation of these files in https://github.com/aaronparker/Evergreen/tree/development/help/de-DE.

I'm still in the process of generating the help files, but the en-US versions should be close to done.

aaronparker avatar Apr 14 '21 08:04 aaronparker

I'll look at it tonight and translate what's there ;-)

Deyda avatar Apr 14 '21 08:04 Deyda

Support for en-US added in ddd5aa2996d431b8c7abc2e2ec9e6679a6496a39

aaronparker avatar May 10 '21 09:05 aaronparker