Skip to content

Commit 1fc0e7e

Browse files
authored
Remove refs to google docs from the repo (#270)
1 parent 29b3029 commit 1fc0e7e

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#### Documentation
2727

2828
- [ ] Updated build docs
29-
- [ ] Updated editor guidelines (https://docs.google.com/document/d/1PAWccdQ4tfaZsrEWmpDhvP3GH5RRmBOARFVp4b-kje8/edit?usp=sharing)
30-
- [ ] Updated field spec (https://docs.google.com/spreadsheets/d/1v1yqcSC54Vag4mxmTp8e6ZrnxITqzbjCA4A9XPQdXk8/edit?usp=sharing)
29+
- [ ] Updated editor guidelines (See https://intranet.torchbox.com/torchbox-com-project-docs for the private link, for Torchbox employees only)
30+
- [ ] Updated field spec (See https://intranet.torchbox.com/torchbox-com-project-docs for the private link, for Torchbox employees only)
3131
- [ ] Not required
3232

3333
#### Browser testing

docs/custom-features/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The `tbx.people.ContactMixin` provides a mechanism for associating a specific co
3434

3535
???+ note
3636

37-
Please ensure that the [Editor's guide](https://docs.google.com/document/d/1PAWccdQ4tfaZsrEWmpDhvP3GH5RRmBOARFVp4b-kje8/edit?usp=sharing) is updated accordingly whenever any changes are made to this feature.
37+
Please ensure that the Editors' guide is updated accordingly whenever any changes are made to this feature. A private link, for Torchbox employees only, can be found at https://intranet.torchbox.com/torchbox-com-project-docs.

docs/custom-features/theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ The `tbx.core.utils.models.ColourThemeMixin` provides a mechanism for associatin
2727

2828
???+ note
2929

30-
Please ensure that the [Editor's guide](https://docs.google.com/document/d/1PAWccdQ4tfaZsrEWmpDhvP3GH5RRmBOARFVp4b-kje8/edit?usp=sharing) is updated accordingly whenever any changes are made to this feature.
30+
Please ensure that the Editors' guide is updated accordingly whenever any changes are made to this feature. A private link, for Torchbox employees only, can be found at https://intranet.torchbox.com/torchbox-com-project-docs.

docs/data-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When the current iteration of the site was built (January 2024) we needed to kee
44

55
We kept the model code for these page types, but regenerated the migrations from scratch.
66

7-
The process of importing the data (via `dumpdata` and `loaddata`) is described in the [annexe of the tech spec](https://docs.google.com/document/d/10ffo_nP2NqZ7K0rM3V2pP2JRQPD561FtjodlhiwnBrg/edit#heading=h.z5yppi5irclb)
7+
The process of importing the data (via `dumpdata` and `loaddata`) is described in the annexe of the tech spec. You can find a private link, for Torchbox employees only, at https://intranet.torchbox.com/torchbox-com-project-docs.
88

99
Streamfield data that did not match with our new definitions had data migrations applied:
1010

docs/external-docs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#External documentation for the project
22

3-
- [Technical spec](https://docs.google.com/document/d/10ffo_nP2NqZ7K0rM3V2pP2JRQPD561FtjodlhiwnBrg/edit?usp=sharing)
4-
- [Editor guidelines](https://docs.google.com/document/d/1PAWccdQ4tfaZsrEWmpDhvP3GH5RRmBOARFVp4b-kje8/edit?usp=sharing)
5-
- [Field spec](https://docs.google.com/spreadsheets/d/1v1yqcSC54Vag4mxmTp8e6ZrnxITqzbjCA4A9XPQdXk8/edit?usp=sharing)
6-
- [Decisions log](https://docs.google.com/spreadsheets/d/1W8g3N8VFVo3jpRYzY-HpitYloJJVpOG5-WDikvNqGKk/edit?usp=sharing) (Includes technical as well as project-related decisions)
3+
These documents are not publicly available as they contain private information, intended only for Torchbox employees. Links can be found at https://intranet.torchbox.com/torchbox-com-project-docs.
4+
5+
- Technical spec
6+
- Editor guidelines
7+
- Field spec
8+
- Decisions log (Includes technical as well as project-related decisions)

docs/general-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ On the previous torchbox.com build we found that some page types were too inflex
1616

1717
## Clear editor guidelines
1818

19-
We have created a set of editor guidelines at https://docs.google.com/document/d/1PAWccdQ4tfaZsrEWmpDhvP3GH5RRmBOARFVp4b-kje8/edit?usp=sharing. This should be updated with information on accessibility, image processing, image formats and content authoring. We have QA reminders in the merge request template and the ticket template to update this document when new work is done.
19+
We have created a set of editor guidelines. This should be updated with information on accessibility, image processing, image formats and content authoring. We have QA reminders in the merge request template and the ticket template to update this document when new work is done. A private link, for Torchbox employees only, can be found at https://intranet.torchbox.com/torchbox-com-project-docs.
2020

2121
## Good documentation of both front-end and back-end
2222

0 commit comments

Comments
 (0)