Skip to content
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

Doc fixes, minor examples cleanup #2198

Merged
merged 5 commits into from Sep 7, 2019
Merged

Doc fixes, minor examples cleanup #2198

merged 5 commits into from Sep 7, 2019

Conversation

avindra
Copy link
Contributor

@avindra avindra commented Jun 2, 2019

  • Reword the intro to COOKBOOK to get to the point faster
  • Create buckets in ECOSYSTEM for a little bit of organization
  • try to clarify docs around validateStatus and eject for the interceptor

Minor: update to bootstrap 4 build in examples files

Copy link
Contributor Author

@avindra avindra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my thoughts

@@ -1,5 +1,4 @@
var fs = require('fs');
var url = require('url');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just an unused import.


server.listen(PORT);

console.log("Examples running on " + PORT);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to read the source code to figure this out. Adding a console log for future devs

@avindra avindra changed the title Doc fixes + examples cleanup Doc fixes, minor examples cleanup Jun 3, 2019
bootstrap 4 is slightly smaller then 3.2.0
so it should also help load examples faster
surface user/consumer changes first
@avindra
Copy link
Contributor Author

avindra commented Sep 7, 2019

@felipewmartins rebased out the README fixes already merged

can you have a look? it's focused on general local dev stuff, no source changes

@felipewmartins
Copy link
Collaborator

Hi @avindra
Awesome! I will merge.

@felipewmartins felipewmartins merged commit 6a4a85c into axios:master Sep 7, 2019
genie-youn pushed a commit to genie-youn/axios that referenced this pull request Sep 27, 2019
* README.md COOKBOOK.md: minor fixes

 * simplify language

* ECOSYSTEM: create a few categories

* Examples: log port listening to

* upgrade bootstrap 3 -> 4 in examples

bootstrap 4 is slightly smaller then 3.2.0
so it should also help load examples faster

* categorize 0.19 items a little differently

surface user/consumer changes first
@axios axios locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants