-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing information on extensions #100
Comments
In Click to expand
How should we structure it? Should we just copy paste? |
The first couple of sentences from the man page are decent, but it quickly gets into technical details after that - not something we'd want for a basic introduction. The other topics I'd want to cover is who the users of extensions are, and what they might need to use them for. Who needs to be in the business of creating .Local and .Debug extensions, and how do they get installed? |
Just to make sure, by .Local you mean .Locale right? |
There's an odd mention of extensions in the docs, but no real explanation. It's a basic concept so we ought to cover it, probably in building basics.
As a part of this, we ought to specifically explain .Local and .Debug extensions and how they work. This might call for a new section under debugging (which doesn't exist yet) and creating a new page on localisation.
The text was updated successfully, but these errors were encountered: