Git Product home page Git Product logo

Comments (3)

ebidel avatar ebidel commented on April 27, 2024

Others on my team put together: https://googlechrome.github.io/npm-publish-scripts/travis-to-github-pages.html#main. Example api page that uses it: https://googlechrome.github.io/sw-toolbox/api.html#main

I've never used it myself. Looks like the md files are still manually maintained: https://github.com/GoogleChrome/sw-toolbox/tree/master/docs

from puppeteer.

aslushnikov avatar aslushnikov commented on April 27, 2024

With the latest change, it's not scary any more to edit api.md manually. So there's no point in generating it any more.

However, the doc is getting outdated pretty fast. So the issue should be about linting api.md and making sure it is up-to-date (at least to some extend).

from puppeteer.

aslushnikov avatar aslushnikov commented on April 27, 2024

Now there's a doclint utility which lints codebase against markdown's api.md documentation. doclint is a part of npm run lint command. It could be also run separately via the npm run doc command.

The utility makes sure that the following entities in documentation are aligned with codebase:

  • classes
  • methods, method arguments and method return statements
  • public properties, such as browser.stderr
  • events, such as Page's 'dialog' event
  • proper sorting of class members (events first, then constructor, then all the other members)

doclint doesn't generate any markup, it instead complains when it finds a mismatch.
doclint messages might be confusing at times and there should be some bugs - feel free to complain. We'll smooth it out over time.

I think this implements all the necessary features for the documentation linting.

from puppeteer.

Related Issues (20)

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.