Skip to content

Commit

Permalink
Chore: Move to GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Nov 18, 2016
1 parent 7d3ebc2 commit 628553d
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions Issue_Template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Before opening an issue:

- [Search for duplicate or closed issues](https://github.com/sapegin/react-styleguidist/issues?utf8=%E2%9C%93&q=is%3Aissue).
- Read the [FAQ](https://github.com/sapegin/react-styleguidist/blob/master/docs/FAQ.md).
- [Search for duplicate or closed issues](https://github.com/styleguidist/react-styleguidist/issues?utf8=%E2%9C%93&q=is%3Aissue).
- Read the [FAQ](https://github.com/styleguidist/react-styleguidist/blob/master/docs/FAQ.md).

When something isn’t working, include:

- Your style guide config (`styleguide.config.js`).
- Webpack version.
- Operating system, browser and version if it’s a layout bug.
- Reproducible demo:
1. Fork the [example project](https://github.com/sapegin/react-styleguidist-example).
1. Fork the [example project](https://github.com/styleguidist/example).
2. Modify it to reproduce the issue.
3. Push to GitHub and paste the link here.

Expand Down
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# React Styleguidist

[![Build Status](https://travis-ci.org/sapegin/react-styleguidist.svg)](https://travis-ci.org/sapegin/react-styleguidist)
[![npm](https://img.shields.io/npm/v/react-styleguidist.svg)](https://www.npmjs.com/package/react-styleguidist)
[![Build Status](https://travis-ci.org/styleguidist/react-styleguidist.svg)](https://travis-ci.org/styleguidist/react-styleguidist)
[![npm](https://img.shields.io/npm/v/react-styleguidist.svg)](https://www.npmjs.com/package/react-styleguidist)
[![Join the chat at https://gitter.im/styleguidist/styleguidist](https://badges.gitter.im/styleguidist/styleguidist.svg)](https://gitter.im/styleguidist/styleguidist?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


Expand Down Expand Up @@ -34,7 +34,7 @@ Real projects using React Styleguidist:
* [Semantic UI Components for React](http://hallister.github.io/semantic-react/)
* [Dialog Components](https://dialogs.github.io/dialog-web-components/)
* [Bulma Components](http://bokuweb.github.io/re-bulma/)
* [More projects…](https://github.com/sapegin/react-styleguidist/issues/127)
* [More projects…](https://github.com/styleguidist/react-styleguidist/issues/127)

## Integration with other tools

Expand All @@ -49,14 +49,14 @@ Real projects using React Styleguidist:

## Changelog

The changelog can be found on the [Releases page](https://github.com/sapegin/react-styleguidist/releases).
The changelog can be found on the [Releases page](https://github.com/styleguidist/react-styleguidist/releases).

## Contributing

Everyone is welcome to contribute. Please take a moment to review the [contributing guidelines](Contributing.md).

## Authors and license

[Artem Sapegin](http://sapegin.me) and [contributors](https://github.com/sapegin/react-styleguidist/graphs/contributors).
[Artem Sapegin](http://sapegin.me) and [contributors](https://github.com/styleguidist/react-styleguidist/graphs/contributors).

MIT License, see the included [License.md](License.md) file.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can change settings in the `styleguide.config.js` file in your project’s r
Your application static assets folder, will be accessible as `/` in the style guide dev-server.

* **`template`**<br>
Type: `String`, default: [src/templates/index.html](https://github.com/sapegin/react-styleguidist/blob/master/scripts/templates/index.html)<br>
Type: `String`, default: [src/templates/index.html](https://github.com/styleguidist/react-styleguidist/blob/master/scripts/templates/index.html)<br>
HTML file to use as the template for the output.

* **`title`**<br>
Expand Down
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Use your browser’s developer tools to find CSS class names of the elements you

## How to change the layout of a style guide?

You can replace any Styleguidist React component. But in most of the cases you will want to replace `*Renderer` components — all HTML is rendered by these components. For example `ReactComponentRenderer`, `ComponentsListRenderer`, `PropsRenderer`, etc. — [check the source](https://github.com/sapegin/react-styleguidist/tree/master/src/rsg-components) to see what components are available.
You can replace any Styleguidist React component. But in most of the cases you will want to replace `*Renderer` components — all HTML is rendered by these components. For example `ReactComponentRenderer`, `ComponentsListRenderer`, `PropsRenderer`, etc. — [check the source](https://github.com/styleguidist/react-styleguidist/tree/master/src/rsg-components) to see what components are available.

There‘s also a special wrapper component — `Wrapper` — that wraps every example component. By default it just renders `children` as is but you can use it to provide a custom logic.

Expand Down Expand Up @@ -163,7 +163,7 @@ const StyleGuideRenderer = ({ title, homepageUrl, components, toc, sidebar }) =>
);
```

We have [an example style guide](https://github.com/sapegin/react-styleguidist/tree/master/examples/customised) with custom components.
We have [an example style guide](https://github.com/styleguidist/react-styleguidist/tree/master/examples/customised) with custom components.

## How to debug my components and examples?

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [deployed version](http://react-styleguidist.js.org/).
How to start locally:

```
git clone https://github.com/sapegin/react-styleguidist.git
git clone https://github.com/styleguidist/react-styleguidist.git
cd react-styleguidist/examples/basic
npm install
npm run styleguide-server
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "react-styleguidist-example-basic",
"description": "React styleguidist basic example",
"version": "1.0.0",
"homepage": "https://github.com/sapegin/react-styleguidist",
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/sapegin/react-styleguidist.git"
"url": "git://github.com/styleguidist/react-styleguidist.git"
},
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/customised/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
How to start locally:

```
git clone https://github.com/sapegin/react-styleguidist.git
git clone https://github.com/styleguidist/react-styleguidist.git
cd react-styleguidist/examples/customised
npm install
npm run styleguide-server
Expand Down
4 changes: 2 additions & 2 deletions examples/customised/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "react-styleguidist-example-customised",
"description": "React styleguidist customised example",
"version": "1.0.0",
"homepage": "https://github.com/sapegin/react-styleguidist",
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/sapegin/react-styleguidist.git"
"url": "git://github.com/styleguidist/react-styleguidist.git"
},
"license": "MIT",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const StyleGuideRenderer = ({ title, components, toc, sidebar }) => (
<div className={s.components}>
{components}
<footer className={s.footer}>
Generated with <a className={s.link} href="https://github.com/sapegin/react-styleguidist">React Styleguidist</a>
Generated with <a className={s.link} href="https://github.com/styleguidist/react-styleguidist">React Styleguidist</a>
</footer>
</div>
{sidebar &&
Expand Down
2 changes: 1 addition & 1 deletion examples/sections/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
How to start locally:

```
git clone https://github.com/sapegin/react-styleguidist.git
git clone https://github.com/styleguidist/react-styleguidist.git
cd react-styleguidist/examples/sections
npm install
npm run styleguide-server
Expand Down
4 changes: 2 additions & 2 deletions examples/sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "react-styleguidist-example-sections",
"description": "React styleguidist sections example",
"version": "1.0.0",
"homepage": "https://github.com/sapegin/react-styleguidist",
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/sapegin/react-styleguidist.git"
"url": "git://github.com/styleguidist/react-styleguidist.git"
},
"license": "MIT",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "react-styleguidist",
"description": "React components style guide generator",
"homepage": "https://github.com/sapegin/react-styleguidist",
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "https://github.com/sapegin/react-styleguidist.git"
"url": "https://github.com/styleguidist/react-styleguidist.git"
},
"bugs": {
"url": "https://github.com/sapegin/react-styleguidist/issues"
"url": "https://github.com/styleguidist/react-styleguidist/issues"
},
"license": "MIT",
"main": "scripts/index.js",
Expand Down
6 changes: 3 additions & 3 deletions scripts/consts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
HOMEPAGE: 'https://github.com/sapegin/react-styleguidist',
BUGS: 'https://github.com/sapegin/react-styleguidist/issues',
DOCS_CONFIG: 'https://github.com/sapegin/react-styleguidist/blob/master/docs/Configuration.md',
HOMEPAGE: 'https://github.com/styleguidist/react-styleguidist',
BUGS: 'https://github.com/styleguidist/react-styleguidist/issues',
DOCS_CONFIG: 'https://github.com/styleguidist/react-styleguidist/blob/master/docs/Configuration.md',
};
2 changes: 1 addition & 1 deletion src/rsg-components/Preview/Preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class Preview extends Component {
const compiledCode = compileCode(this.props.code);

// Initiate state and set with the callback in the bottom component;
// Workaround for https://github.com/sapegin/react-styleguidist/issues/155 - missed props on first render
// Workaround for https://github.com/styleguidist/react-styleguidist/issues/155 - missed props on first render
// when using initialState
const initCode = `
var React = {}; // React.createElement will throw on first load
Expand Down

0 comments on commit 628553d

Please sign in to comment.