- uses
ecosystem-docs
to aggregate modules within thepull-stream
ecosystem, both inside thepull-stream
org and out. - using
inu
to render a static website to discover and reference modules within thepull-stream
ecosystem.
the list of modules included within the ecosystem is ./modules.md.
the built output is pull-stream/pull-stream.github.io
which is rendered at https://pull-stream.github.io.
- edit ./modules.md to include your module within the appropriate category.
- submit a pull request here to apply this change.
- a
pull-stream
maintainer will merge your change and re-deploy the website.
git clone git://github.com/pull-stream/pull-stream-docs
cd pull-stream-docs
npm install
npm start
npm run deploy:remote
npm run deploy
The Apache License
Copyright © 2016 Michael Williams
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.