Giter Site home page Giter Site logo

querkmachine / fsfrontenddocs Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 375 KB

Front-end documentation @ Felinesoft.

Home Page: http://querkmachine.github.io/FSFrontEndDocs/

HTML 24.34% JavaScript 2.14% Ruby 3.79% SCSS 69.72%
documentation best-practices

fsfrontenddocs's Introduction

FS Front End Docs

⚠️ I no longer work at Felinesoft. This documentation is unlikely to receive any new updates.

A quick reference guide to front-end authoring and architecture at Felinesoft, or at least how it was during my tenure there.

Updating and building

The docs are powered by Jekyll. With the repo cloned, install Jekyll and run bundle exec jekyll serve in the repo directory to start a local version to preview your edits.

Changes that are ready to go should be made on or merged into the gh-pages branch. As the docs use custom Liquid tags—which GitHub forbids for security reasons—you need to include the built version of the docs (suitably located in the docs folder) when pushing up code changes. GitHub will deploy this static version, rather than building the pages itself.

Asides

The docs are littered with asides. These are bits of information that are useful, if not directly related to the rest of the section or page, and are presented with an accompanying icon and colour. There are four types of aside:

  • A correction clarifies that content has been simplified for sanity or brevity, or that there are specific exceptions to the advice it gives.
  • An issue is somewhat similar, they identify places where the content is pretty much correct, but software quirks or bugs mean it doesn't often work.
  • An opinion is just that, it's things that I, as the author, consider to be best practice, but others may well disagree.
  • A tangent provides related or useful information about the content that isn't directly related to it.

Asides can be added by wrapping content in aside tags:

{% aside opinion %}
Tab indentation is better than spaces. Fight me.
{% endaside %}

An aside can also be added without a type, in which case it will appear slightly indented but without any specific icon or colouration.

fsfrontenddocs's People

Contributors

querkmachine avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.