-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add related to topic "Documentation" #3980
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 change, otherwise LGTM
Co-authored-by: Eric Sorenson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@shaedrich i just rebuilt the site, so all the changes you've made recently are live. Thanks so much for these contributions! |
I think there is definitely a bug with the |
Ah, yeah, makes sense. |
@kenyonj @ahpook But if you look at the feed, it's all inside one <p><strong>Backbone.js</strong> supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone.js was originally extracted from the Rails application <a href="http://www.documentcloud.org/">DocumentCloud</a>. Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript. Backbone is a library, not a framework. Synchronous events are used as the fundamental building block over constantly polling data. The main pars of Backbone are:</p>\n<ul>\n <li>Events</li>\n <li>Models – Wraps a row of data in business logic.</li>\n <li>Collections – A group of models on the client-side, with sorting/filtering/aggregation logic.</li>\n <li>Router (+ History)</li>\n <li>Views (+ Client-side Templates) – A logical, re-usable piece of UI. Often, but not always, associated with a model.</li>\n <li>Sync – Synchronization between frontend and REST API backend</li>\n</ul>\n |
Finally addressed that via https://github.com/orgs/community/discussions/86655 |
Please confirm this pull request meets the following requirements:
Which change are you proposing?
Editing an existing topic or collection
I'm suggesting these edits to an existing topic or collection:
*.png
, square, dimensions 288x288, size <= 75 kB)index.md
)Types of documentation
Curating a new topic or collection
https://github.com/topics/[NAME]
orhttps://github.com/collections/[NAME]
)*.png
image (if applicable) andindex.md
index.md
conform to the Style Guide and API docs: https://github.com/github/explore/tree/main/docsSomething that does not neatly fit into the binary options above
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.