plotly / documentation

Issue tracker for Plotly's open-source documentation.
421 stars 551 forks source link

Mapbox token #1647

Closed nicolaskruchten closed 4 years ago

nicolaskruchten commented 4 years ago

Let's please:

  1. create a mapbox account under accounts@plot.ly and put the password in 1Password
  2. Create a token from that account that's locked to the plot.ly domain name
  3. Use that token for JS/Py/R docs
  4. make it such that the token is not bubbled through to CodePen
jdamiba commented 4 years ago

@nicolaskruchten These PRs are ready for review. The end state should be that there is no longer any mapbox tokens in CI in these repos.

for JS docs - https://github.com/plotly/documentation/pull/1648 for R docs - https://github.com/plotly/plotly.r-docs/pull/8 for python docs - https://github.com/plotly/plotly.py/pull/2035