-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Improve "Getting Started Guide" #1646
Comments
Leaving out code samples from step 1 and step 2 and the more in-depth explanations are great. Looks like the new guide will be very helpful and easier to understand. I'll comment here if I notice something. |
I consider page 1 to be complete at this point. Please let me know if anything seems to be missing or any further improvements are warranted. |
A couple of things I noticed about the new step 3:
|
The guide is a bit repetitive as I don't anticipate a single user reading every single section. Rather, I see them choosing an endpoint type and feature set, and then zeroing in on the remaining steps that address that specific selection. Writing documentation is not similar to writing code. In other words, it is often not appropriate to move duplicated instructions into a single section. Instead, repetition is a useful method for ensuring your message is absorbed by the reader. Great feedback, thanks! I'll make some changes. |
I see. It's just that a programmer who is advanced enough to care about performance and minified files will automatically look for minified versions. Including the information about the minified files as it is now in step 3 seems like it's trying to make too big of a deal about the fact that minified versions exist. I'd simply focus on the files that make a functional or visual difference in the Getting started Guide. I don't think it should teach people to use minified files there. Edit: Or you could go the other way and only mention the minified files and assume that a programmer who is advanced enough for debugging knows to use the unminified versions for debugging. :) |
I just updated page 1 with your suggestions. |
Just focus on the template markup. #1646
I'm mostly done with all of this. All that is left is to update fineuploader.com and then release 5.11.6 with the changes to the docs and templates. |
I noticed that there is something missing in this sentence: "The sections below will show you how to necessary Fine Uploader files in a globally scoped environment" in step 4. The heading in step 5 "Initial Options" seems a bit strange to me because it suggests that only later there are other/additional options. Maybe you can rename it to something like "Basic Options". |
I'll fix those lines, thanks. Anything else obviously missing? If not, I'll push out the doc, template, and website changes soon. |
# Conflicts: # client/js/version.js # package.json #1646
Released with 5.11.6. |
* mention getting started guide on downloads and index page closes FineUploader/fine-uploader#1646
These improvements will focus primarily on page 1. Prompted by @strohhut at #1640 (comment).
Before this is merged into develop/master, in-progress docs will be built at http://docs.fineuploader.com/branch/docs_1646-better-getting-started/.
Page 1:
Page 2 (traditional, S3, Azure):
Page 3:
FineUploader.com:
Templates:
The text was updated successfully, but these errors were encountered: