Git Product home page Git Product logo

w3c.github.io's Introduction

The W3C organisation

This is the repository for the documentation that sits at http://w3c.github.io/.

Editing

If you just wish to edit a document on that site, the simplest thing is to edit one of the *.src files in here and to run node build.js which will create the HTML. Do not edit the *.html files at the root, they are all autogenerated.

If you wish to edit the CSS, or if you wish to make changes extensive enough that rebuilding the site whenever you make a change (without requiring you to act) is useful, you will need to first install dependencies:

npm install -d

To just build the CSS:

npm run build-css

To just build the HTML:

npm run build-html

To start the nodemon watcher that rebuilds both automatically:

npm run watch

Other files

You will note that some subdirectories have HTML content as well. Those are only there when some gh-pages repositories have moved; they are typically redirects. All the content for the documentation is at the root, as *.src files (the structure of which ought to be obvious).

Process

It is strongly recommended that you use pull requests when making changes, so that someone may review them.

w3c.github.io's People

Contributors

darobin avatar tripu avatar ylafon avatar johanneswilm avatar sideshowbarker avatar dontcallmedom avatar gosko avatar hiroppy avatar siusin avatar yatil avatar iherman avatar wseltzer avatar

Watchers

rosa maria palacios juncosa 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.