GithubHelp home page GithubHelp logo

documentation's People

Contributors

aaronschubert0 avatar andyden9 avatar appleguy avatar astrolope avatar austinjleesc avatar ay8s avatar backmeupplz avatar brookshanes avatar djblake avatar eke avatar garrettmoon avatar gligorkot avatar gordonseto avatar hannahmbanana avatar haritowa avatar jatinpandey avatar jlalvarez18 avatar justinvallely avatar maicki avatar marwant avatar muukii avatar nguyenhuy avatar nhatlee avatar noxt avatar quynhnguyen avatar stevenojo avatar sunshinejr avatar yans avatar yujiea avatar ziadtamim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

documentation's Issues

Font is too thin

I find it quite difficult to read documentation because font is so thin.

Is there any chance you might consider changing style?

Update: this is valid only for non retina mpb.

Add support for more than 2 states in code blocks

As mentioned in #108, the code block language toggle feature is effectively limited to 2 states [ObjC, Swift]. This is due to a rather stripped down implementation in https://github.com/AsyncDisplayKit/Documentation/blob/master/docs/static/toggle.js
Providing a more generic solution would allow for code blocks that have more than 2 states. (E.g. needed in the PR linked above).
However, since this feature is used in virtually every page in documentation, changing its behaviour might break things in places we don't expect.
This is not a critical issue but nevertheless should be considered.

Improve website logo for Retina displays

image

From Garrett:

Basically you set the img src to be the 1x image then you give it an id="asdk-logo"and stick this in your CSS

only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {
    #asdk-logo
    {
        content: url(/img/[email protected]);
    }
}

ASBackgroundLayout overview has errors.

At: http://asyncdisplaykit.org/docs/layout2-layoutspec-types.html#asbackgroundlayoutspec

  • "ASBackgroundLayoutSpec lays out a component (red), stretching another component behind it as a backdrop (blue)." It should be "component (blue)" and "backdrop (red)".
  • "In the diagram below, the child is the blue layer." It's above, not below.
  • "When using Automatic Subnode Management with the ASOverlayLayoutSpec, the nodes may sometimes appear in the wrong order." This looks like a copy/paste bug. Should be ASBackgroundLayoutSpec, not ASOverlayLayoutSpec. Assuming this is actually applicable here.

ASNodeController broken layout.

So I'm not sure why, but the layout for ASNodeController page broke. While in ObjC you'll see only first code block, but when you switch to Swift, there are more. Looks like it can't parse </pre> for some reason.

How it looks like on my end (Safari):
zrzut ekranu 2017-04-09 o 16 19 37

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.