Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cfeb2d6
Create primer files
EricReese15 Mar 11, 2021
37145c0
Updated primer based on user feedback for staging and review
EricReese15 May 28, 2021
933816d
Merge branch '1.1-dev' into primer_0.1
jpmckinney Jul 24, 2021
f1ebdd7
chore: Tidy Markdown
jpmckinney Jul 24, 2021
3fa0237
chore: Rename Primer pages and add to top-level toctree
jpmckinney Jul 24, 2021
1e7ec1c
guidance/build: Remove mention of OCDS Show (retired). Fix "OCDS Kit"…
jpmckinney Jul 26, 2021
7a786c9
guidance: Fix lettercase of GitHub
jpmckinney Jul 26, 2021
616145c
guidance: Replace getting_started/ with primer/
jpmckinney Jul 26, 2021
3be998f
Merge 1.1-dev into primer_0.1
jpmckinney Jul 26, 2021
d46b6e7
primer: Fix build errors related to Primer integration
jpmckinney Jul 26, 2021
4d14337
primer: Fix broken links in translations
jpmckinney Jul 26, 2021
bf2e1be
primer: Markdown typo
jpmckinney Jul 26, 2021
08d2aa4
primer: Add ocid image
jpmckinney Jul 28, 2021
2d0b9c6
guidance/build/change_history: Add note linking to easy_releases for …
jpmckinney Jul 31, 2021
ccb7c8b
build: Add CSS for full-width videos
jpmckinney Jul 31, 2021
d8e2d39
primer: Add video titles
jpmckinney Jul 31, 2021
99ecc80
Merge branch '1.1-dev' into primer_0.1
jpmckinney Jul 31, 2021
beb92ba
guidance: Add 5 remaining videos for publisher audience
jpmckinney Jul 31, 2021
f102e3e
ci: Disable linkcheck as it is too slow for development
jpmckinney Jul 31, 2021
cab8265
css: Add spacing below videos. guidance: Copy-edit to fix notes on on…
jpmckinney Jul 31, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- run: |
make
python manage.py add-translation-notes
- run: |
make linkcheck
rm -f output.json output.txt
# - run: |
# make linkcheck
# rm -f output.json output.txt
- run: pytest
# Deploy the built documentation to the staging directory.
- if: github.event_name == 'push'
Expand Down
16 changes: 16 additions & 0 deletions docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@ img[alt="org-id.guide"] {
width: 80%;
}

/* https://css-tricks.com/fluid-width-video/ */

.video-wrapper {
position: relative;
margin-bottom: 1em;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Extensions */
.hide {
display: none;
Expand Down
Binary file removed docs/_static/change_history_animation.gif
Binary file not shown.
Binary file added docs/_static/png/ocid_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 0 additions & 174 deletions docs/getting_started/building_blocks.md

This file was deleted.

131 changes: 0 additions & 131 deletions docs/getting_started/contracting_process.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/getting_started/index.md

This file was deleted.

Loading