You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Check Ruby version `$ ruby --version`. We recommend using the same ruby version as gh-pages: https://pages.github.com/versions/. Note [RVM](https://rvm.io/rvm/install) is helpful for installing and managing ruby versions.
14
14
15
15
3. Install bundler and dependencies from the `gemfile`:
@@ -23,7 +23,7 @@ Note these dependencies should be the same version that gh-pages is using: https
23
23
4. When we deploy, a function is run to update the plot schema. To do this successfully you have to make sure you have the `requests` python package: `pip install requests`
24
24
25
25
## Making Changes
26
-
- For information about editing **plotly.js** docs see: https://github.com/plotly/documentation/blob/source-design-merge/_posts/plotly_js/README.md
26
+
- For information about editing **plotly.js** docs see: https://github.com/plotly/documentation/blob/source-design-merge/_posts/plotly_js/README.md
27
27
- For information about editing **python** docs see: https://github.com/plotly/documentation/blob/source-design-merge/_posts/python/README.md
28
28
- For information about editing **R** docs see: https://github.com/plotly/documentation/blob/source-design-merge/_posts/r/README.md
29
29
- For information about editing chart studio documentation found at [https://help.plot.ly/tutorials/](https://help.plot.ly/tutorials/) please see this repo: [https://github.com/plotly/plotly.github.io](https://github.com/plotly/plotly.github.io)
@@ -57,7 +57,7 @@ exclude: []
57
57
and it'll load everything.
58
58
59
59
## Make a PR
60
-
Ready for your changes to be reviewed? Make a pull request against the `source-design-merge` branch!
60
+
Ready for your changes to be reviewed? Make a pull request against the `source-design-merge` branch!
61
61
Create a feature branch and use `git status` to list changed files.
62
62
```
63
63
git checkout -b your_feature_branch
@@ -70,27 +70,13 @@ git add file-b
70
70
git commit -m 'message about your changes'
71
71
git push origin your_feature_branch
72
72
```
73
-
Visit the [documentation repo](https://github.com/plotly/documentation) and open a pull request against the `source-design-merge` branch. You can then tag @cldougl and @bcdunbar for a review.
74
-
75
-
## Deploying Changes
76
-
After your PR has been approved and you have merged it into the `source-design-merge` branch you can deploy your changes! Our repo has become too big for github to process. Edit files on the `source-design-merge` branch instead of the `gh-pages` branch.
77
-
78
-
First checkout the `source-design-merge` branch (if you were still on your feature branch) and pull (you should see the changes from your latest merged pr):
Visit the [documentation repo](https://github.com/plotly/documentation) and open a pull request against the `source-design-merge` branch. You can then tag **@cldougl** and **@bcdunbar** for a review.
88
74
89
-
(from the `source-design-merge` branch in the root of the `documentation` repo)
75
+
After your PR has been reviewed and approved, you can merge it into the `source-design-merge` branch! Your changes haven't been deployed yet so they won't be online. That said, be sure to check them after they have been deployed by either **@cldougl** or **@bcdunbar**.
90
76
91
77
## Search
92
78
93
-
We now have search via algolia implemented on our index and reference documentation pages! Please refer to our [make README](https://github.com/plotly/documentation/blob/source-design-merge/make_instructions.txt) for more information on how search works and instructions on how to update or edit Plotly search indices.
79
+
We now have search via algolia implemented on our index and reference documentation pages! Please refer to our [make README](https://github.com/plotly/documentation/blob/source-design-merge/make_instructions.txt) for more information on how search works and instructions on how to update or edit Plotly search indices.
0 commit comments