question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package docs content into an npm package

See original GitHub issue

We currently publish the docs content to https://github.com/angular/material2-docs-content in an ad hoc structure. It’s not an npm package, meaning we need a bash script to pull in the content to the right place.

Things that are pending:

  • Build material-examples using Bazel
  • Generate highlighted files from example source w/ Bazel
  • Docs SCSS should no longer expect a class for each markdown HTML element
  • Package all together in a NPM package:
    • Example package (needed for show-casing examples in the docs)
    • StackBlitz example source files (needed for external stackblitz examples)
    • Highlighted example source files (in .html, needed for source view of examples)
    • Guides which will be shown in the docs
    • Components overview files

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jelbourncommented, Oct 5, 2018

Yep, exactly

0reactions
angular-automatic-lock-bot[bot]commented, Sep 10, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

package.json - npm Docs
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a...
Read more >
About packages and modules - npm Docs
The npm registry contains packages, many of which are also Node modules, or contain Node modules. Read on to understand how they differ...
Read more >
Using npm packages in your projects
Documentation for the npm registry, website, and command-line interface.
Read more >
Creating Node.js modules - npm Docs
To create a package.json file, on the command line, in the root directory of your Node.js module, run npm init : · Provide...
Read more >
Contributing packages to the registry - npm Docs
Documentation for the npm registry, website, and command-line interface. ... Contributing packages to the registry. Creating a package.json file ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found