Skip to content

Commit

Permalink
Rename repo (#193)
Browse files Browse the repository at this point in the history
And a little clean up.

- Refs #192
- Closes #162
  • Loading branch information
agjohnson authored Apr 10, 2023
1 parent af53f12 commit efda0b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "read-the-docs-site-community"
project-slug: "read-the-docs-website"
platform: "business"
single-version: "true" # Has to be a string value.
12 changes: 5 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Read the Docs - community website
=================================

.. note::
This repository is only for our community website for now. This may change
in the future.
Read the Docs website
=====================

This repository contains the site content and static assets used to build the
Read the Docs community website. This includes:
Read the Docs website. You can view this site at https://about.readthedocs.com

This repository includes:

A Pelican project for our site content
This includes our site content as well as our blog.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "site-community",
"name": "website",
"version": "1.0.0",
"description": "Read the Docs community website",
"description": "Read the Docs website",
"main": "src/js/site.js",
"scripts": {
"clean": "npm run clean-assets && npm run clean-html",
Expand All @@ -20,14 +20,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/readthedocs/site-community.git"
"url": "git+https://github.com/readthedocs/website.git"
},
"author": "Read the Docs, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/readthedocs/site-community/issues"
"url": "https://github.com/readthedocs/website/issues"
},
"homepage": "https://github.com/readthedocs/site-community#readme",
"homepage": "https://github.com/readthedocs/website#readme",
"engines": {
"node": "<15.0.0",
"npm": "<7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "site-community"
version = "0.1.0"
name = "website"
version = "1.0.0"
description = "Read the Docs website"
authors = ["Read the Docs, Inc"]

Expand Down

0 comments on commit efda0b4

Please sign in to comment.