.
This commit is contained in:
parent
fa2ec6c820
commit
099d350efd
14 changed files with 134 additions and 4 deletions
28
.github/workflows/ci.yml
vendored
Normal file
28
.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
name: ci
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Configure Git Credentials
|
||||||
|
run: |
|
||||||
|
git config user.name github-actions[bot]
|
||||||
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: 3.x
|
||||||
|
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||||
|
- uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
key: mkdocs-material-${{ env.cache_id }}
|
||||||
|
path: .cache
|
||||||
|
restore-keys: |
|
||||||
|
mkdocs-material-
|
||||||
|
- run: pip install mkdocs-material
|
||||||
|
- run: mkdocs gh-deploy --force
|
||||||
|
|
@ -200,6 +200,7 @@ body {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<div class='fade-in-up-section writing'>
|
<div class='fade-in-up-section writing'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<h3>Writing</h3>
|
<h3>Writing</h3>
|
||||||
|
|
@ -339,17 +340,29 @@ body {
|
||||||
🤖 automated check->>✍🏽 writer: Return fixes
|
🤖 automated check->>✍🏽 writer: Return fixes
|
||||||
✍🏽 writer->>✍🏽 writer: Prepare and publish final draft
|
✍🏽 writer->>✍🏽 writer: Prepare and publish final draft
|
||||||
```
|
```
|
||||||
|
=======
|
||||||
|
<div class='two-column fade-in-up-section'>
|
||||||
|
<div class='column'>
|
||||||
|
<div class='content'>
|
||||||
|
<img src='/src/spread-docs-site-3456x2160.png' width='100%' />
|
||||||
|
>>>>>>> parent of ec3c133 (.)
|
||||||
</div>
|
</div>
|
||||||
<figcaption>An example of the documentation writing process.</figcaption>
|
<figcaption>An example of the documentation writing process.</figcaption>
|
||||||
</div>
|
</div>
|
||||||
<div class='column'>
|
<div class='column'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
|
<<<<<<< HEAD
|
||||||
<h3>Process</h3>
|
<h3>Process</h3>
|
||||||
<p>Publishing content, reviewing content, and managing a tehcnical writing team involves creating processes around people. As a team lead, I've had to define priorities for the documentation function; mentor and manage other writers; create writing and review processes; measure impact; and manage relationships with software engineering teams, marketing and sales, and executives.</p>
|
<p>Publishing content, reviewing content, and managing a tehcnical writing team involves creating processes around people. As a team lead, I've had to define priorities for the documentation function; mentor and manage other writers; create writing and review processes; measure impact; and manage relationships with software engineering teams, marketing and sales, and executives.</p>
|
||||||
|
=======
|
||||||
|
<h6>Maintained legacy API Reference</h6>
|
||||||
|
<p>The API References included old documentation that needed to maintenance for clients that had not yet migrated to the latest versions of the REST API.</p>
|
||||||
|
>>>>>>> parent of ec3c133 (.)
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<div class="contact-me">
|
<div class="contact-me">
|
||||||
<a href="mailto:g_null+resume321498175290@aleeas.com" target="_blank" >
|
<a href="mailto:g_null+resume321498175290@aleeas.com" target="_blank" >
|
||||||
<div class="button">
|
<div class="button">
|
||||||
|
|
@ -357,6 +370,24 @@ body {
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
=======
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
>>>>>>> parent of ec3c133 (.)
|
||||||
|
|
||||||
<div id='loader'>
|
<div id='loader'>
|
||||||
<div><img src='/src/gugulet.hu-site-logo-350x350.png'></div>
|
<div><img src='/src/gugulet.hu-site-logo-350x350.png'></div>
|
||||||
|
|
|
||||||
BIN
docs/src/fonts/lato/Lato-Black.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Black.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-BlackItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-Light.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Light.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-LightItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-LightItalic.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-Thin.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Thin.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-ThinItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-ThinItalic.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -8,7 +8,6 @@
|
||||||
--secondary-colour: #EFE5DC;
|
--secondary-colour: #EFE5DC;
|
||||||
--tertiary-colour: #818589;
|
--tertiary-colour: #818589;
|
||||||
--quarternary-colour: #FAF9F6;
|
--quarternary-colour: #FAF9F6;
|
||||||
--green: #007a5a;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adjust Mkdocs colours */
|
/* Adjust Mkdocs colours */
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,22 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
src: url('../fonts/lato/Lato-Regular.ttf');
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
src: url('../fonts/lato/Lato-Italic.ttf');
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lato';
|
font-family: 'Lato';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -42,7 +58,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lato';
|
font-family: 'Lato';
|
||||||
font-weight: normal;
|
font-weight: light;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('../fonts/lato/Lato-Regular.woff2');
|
src: url('../fonts/lato/Lato-Regular.woff2');
|
||||||
|
|
||||||
|
|
@ -50,10 +66,36 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lato';
|
font-family: 'Lato';
|
||||||
font-weight: normal;
|
font-weight: light;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url('../fonts/lato/Lato-Italic.woff2');
|
src: url('../fonts/lato/Lato-Italic.woff2');
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: bolder;
|
||||||
|
font-style: normal;
|
||||||
|
src: url('../fonts/lato/Lato-Black.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: bolder;
|
||||||
|
font-style: italic;
|
||||||
|
src: url('../fonts/lato/Lato-BlackItalic.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: thin;
|
||||||
|
font-style: normal;
|
||||||
|
src: url('../fonts/lato/Lato-Light.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-weight: thin;
|
||||||
|
font-style: italic;
|
||||||
|
src: url('../fonts/lato/Lato-ThinItalic.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
|
||||||
|
|
@ -54,12 +54,14 @@ article.md-content__inner.md-typeset:after {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> parent of ec3c133 (.)
|
||||||
/*****************************
|
/*****************************
|
||||||
* STATUS
|
* STATUS
|
||||||
*****************************/
|
*****************************/
|
||||||
|
|
||||||
div.status-green {
|
div.status-green {
|
||||||
background-color: var(--green);
|
background-color: #007a5a;
|
||||||
color: var(--background-colour);
|
color: var(--background-colour);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
|
|
|
||||||
|
|
@ -1 +1,14 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
:material-email:
|
:material-email:
|
||||||
|
=======
|
||||||
|
<<<<<<< HEAD
|
||||||
|
:material-web:
|
||||||
|
|
||||||
|
:material-code-json:
|
||||||
|
|
||||||
|
:octicons-workflow-16:
|
||||||
|
|
||||||
|
:material-robot:
|
||||||
|
=======
|
||||||
|
>>>>>>> parent of ec3c133 (.)
|
||||||
|
>>>>>>> 86b6f0a (Use gh pages.)
|
||||||
|
|
|
||||||
15
mkdocs.yml
15
mkdocs.yml
|
|
@ -129,6 +129,15 @@ plugins:
|
||||||
- search
|
- search
|
||||||
# Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index]
|
# Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index]
|
||||||
- section-index
|
- section-index
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
# Plugin to manage social media cards. Requires installing: pip install "mkdocs-material[imaging]
|
||||||
|
# - social:
|
||||||
|
# cards: true
|
||||||
|
# cards_layout_options:
|
||||||
|
# background_color: "#828089"
|
||||||
|
# font_family: Libre Baskerville
|
||||||
|
>>>>>>> 86b6f0a (Use gh pages.)
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
repo_name: gugulet-hu/gugulet.hu
|
repo_name: gugulet-hu/gugulet.hu
|
||||||
|
|
@ -163,6 +172,12 @@ theme:
|
||||||
- search.highlight # Highlight the search item in the page.
|
- search.highlight # Highlight the search item in the page.
|
||||||
- search.suggest # Suggest search results.
|
- search.suggest # Suggest search results.
|
||||||
- search.share # Deep-link to a search results page.
|
- search.share # Deep-link to a search results page.
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
# font:
|
||||||
|
# text: Libre Baskerville
|
||||||
|
# code: DM Mono
|
||||||
|
>>>>>>> 86b6f0a (Use gh pages.)
|
||||||
# Icons to use for different tags and the repo.
|
# Icons to use for different tags and the repo.
|
||||||
font: false
|
font: false
|
||||||
icon:
|
icon:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue