Package docs content into an npm package
See original GitHub issueWe 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:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, exactly
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.