<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><link rel="stylesheet" href="/assets/css/just-the-docs-default.css"><link rel="stylesheet" href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet"><style id="jtd-nav-activation"> .site-nav ul li a { background-image: none; }</style><script src="/assets/js/vendor/lunr.min.js"></script> <script src="/assets/js/just-the-docs.js"></script><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" href="/images/favicon.ico" type="image/x-icon"><title>Ed Cork’s tech writing portfolio | Examples of the type of projects I have worked on.</title><meta name="generator" content="Jekyll v3.10.0" /><meta property="og:title" content="Ed Cork’s tech writing portfolio" /><meta property="og:locale" content="en_US" /><meta name="description" content="Examples of the type of projects I have worked on." /><meta property="og:description" content="Examples of the type of projects I have worked on." /><link rel="canonical" href="https://edcork.github.io//assets/css/just-the-docs-head-nav.css" /><meta property="og:url" content="https://edcork.github.io//assets/css/just-the-docs-head-nav.css" /><meta property="og:site_name" content="Ed Cork’s tech writing portfolio" /><meta property="og:type" content="website" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="Ed Cork’s tech writing portfolio" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"Examples of the type of projects I have worked on.","headline":"Ed Cork’s tech writing portfolio","url":"https://edcork.github.io//assets/css/just-the-docs-head-nav.css"}</script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet"><meta name="google-site-verification" content="3gFWB42sfflMQZD0FkgKSN7u4R0dZNpedfz4v6yMNzM" /><link rel="stylesheet" href="/assets/css/custom.css"> <script> document.addEventListener('DOMContentLoaded', function() { var toggleBtn = document.getElementById('dark-mode-toggle'); if (!toggleBtn) { toggleBtn = document.createElement('button'); toggleBtn.id = 'dark-mode-toggle'; toggleBtn.innerHTML = '🌙'; document.body.appendChild(toggleBtn); } var htmlTag = document.documentElement; toggleBtn.addEventListener('click', function() { var currentTheme = htmlTag.getAttribute('jtd-color-scheme'); if (currentTheme === 'dark') { htmlTag.setAttribute('jtd-color-scheme', 'light'); localStorage.setItem('jtd-color-scheme', 'light'); toggleBtn.innerHTML = '🌙'; } else { htmlTag.setAttribute('jtd-color-scheme', 'dark'); localStorage.setItem('jtd-color-scheme', 'dark'); toggleBtn.innerHTML = '☀️'; } }); var savedTheme = localStorage.getItem('jtd-color-scheme'); if (savedTheme) { htmlTag.setAttribute('jtd-color-scheme', savedTheme); if (savedTheme === 'dark') { toggleBtn.innerHTML = '☀️'; } } }); </script><body> <a class="skip-to-main" href="#main-content">Skip to main content</a> <svg xmlns="http://www.w3.org/2000/svg" class="d-none"> <symbol id="svg-link" viewBox="0 0 24 24"><title>Link</title><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path> </svg> </symbol> <symbol id="svg-menu" viewBox="0 0 24 24"><title>Menu</title><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line> </svg> </symbol> <symbol id="svg-arrow-right" viewBox="0 0 24 24"><title>Expand</title><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline> </svg> </symbol> <symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link"><title id="svg-external-link-title">(external link)</title><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line> </symbol> <symbol id="svg-doc" viewBox="0 0 24 24"><title>Document</title><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline> </svg> </symbol> <symbol id="svg-search" viewBox="0 0 24 24"><title>Search</title><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"> <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line> </svg> </symbol> <symbol id="svg-copy" viewBox="0 0 16 16"><title>Copy</title><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16"><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/> </svg> </symbol> <symbol id="svg-copied" viewBox="0 0 16 16"><title>Copied</title><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16"><path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/> </svg> </symbol> </svg><header class="side-bar"><div class="site-header"> <a href="/" class="site-title lh-tight"> Ed Cork's tech writing portfolio </a> <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false"> <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg> </button></div><nav aria-label="Main" id="site-nav" class="site-nav"><ul class="nav-list"><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Writing submenu" aria-expanded="false"> <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg> </button><a href="/pages/write.html" class="nav-list-link">Writing</a><ul class="nav-list"><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Sample 1: Installation guide submenu" aria-expanded="false"> <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg> </button><a href="/pages/write/install_landing.html" class="nav-list-link">Sample 1: Installation guide</a><ul class="nav-list"><li class="nav-list-item"><a href="/pages/write/install_prereq_tasks.html" class="nav-list-link">Prepare an environment to install OMT</a><li class="nav-list-item"><a href="/pages/write/create_sudouser.html" class="nav-list-link">Enable a regular user to install OMT</a><li class="nav-list-item"><a href="/pages/write/system_config.html" class="nav-list-link">Update the system configuration</a><li class="nav-list-item"><a href="/pages/write/firewall_settings.html" class="nav-list-link">Check the firewall settings</a></ul><li class="nav-list-item"><a href="/pages/write/models.html" class="nav-list-link">Sample 2: Product how-to's</a><li class="nav-list-item"><a href="/pages/write/dev2prod_api.html" class="nav-list-link">Sample 3: API docs</a></ul><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Editing submenu" aria-expanded="false"> <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg> </button><a href="/pages/edit.html" class="nav-list-link">Editing</a><ul class="nav-list"><li class="nav-list-item"><a href="/pages/edit/edit1.html" class="nav-list-link">Sample 1: Kubernetes troubleshooting</a><li class="nav-list-item"><a href="/pages/edit/edit2.html" class="nav-list-link">Sample 2: Infrastructure troubleshooting</a><li class="nav-list-item"><a href="/pages/edit/edit3.html" class="nav-list-link">Sample 3: Integration guide</a></ul><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Design submenu" aria-expanded="false"> <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg> </button><a href="/pages/design.html" class="nav-list-link">Design</a><ul class="nav-list"><li class="nav-list-item"><a href="/pages/design/help_restructure.html" class="nav-list-link">Online help restructure</a></ul></ul></nav><div class="d-md-block d-none site-footer"><div style=" margin-top: 20px; border-top: 1px solid #e1e4e8; padding-top: 20px; padding-bottom: 40px; text-align: left; margin-left: 0px; padding-left: 0; /* Removed padding-right: 110px to prevent squeezing content */ "><div style="display: flex; flex-direction: column; gap: 12px;"> <a href="https://www.linkedin.com/in/edwardcork/" target="_blank" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; /* Prevents text wrapping */ "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #0077b5;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/> </svg> LinkedIn </a> <a href="mailto:edcork@gmail.com" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #EA4335;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z"/> </svg> Email me </a> <a href="/assets/CV_Edward_Cork.pdf" target="_blank" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #F40F02;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"/><path d="M8 15v-4h2v1h-1v1h1v1h-1v1H8zm3 0v-4h1.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5H12v2h-1zm3-3h1v-1h-1v1zm-1 3v-4h1.5c.3 0 .5.2.5.5v3h-1v-1h-1v1.5h-1z"/> </svg> Download CV </a></div></div></div></header><div class="main" id="top"><div id="main-header" class="main-header"><div class="search" role="search"><div class="search-input-wrap"> <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search Ed Cork's tech writing portfolio" autocomplete="off"> <label for="search-input" class="search-label"> <span class="sr-only">Search Ed Cork's tech writing portfolio</span> <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg> </label></div><div id="search-results" class="search-results"></div></div></div><div class="main-content-wrap"><div id="main-content" class="main-content"><main><hr><h2 class="text-delta">Table of contents</h2><ul><li> <a href="/pages/write.html">Writing</a><li> <a href="/pages/edit.html">Editing</a><li> <a href="/pages/design.html">Design</a><li> <a href="/">Home</a><li> <a href="/404.html">Page Not Found</a><li> <a href="/pages/write/dev2prod_use_case.html">Use API calls to synchronize two environments</a></ul></main><hr><footer><p><a href="#top" id="back-to-top">Back to top</a></p>This portfolio is built with Jekyll and hosted on GitHub. View the source code <a href="https://github.com/edcork/edcork.github.io">here</a>. <br><br> Distributed by an <a href="https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt">MIT license</a> and powered by <a href="https://www.netlify.com/">Netlify</a>.<div class="d-flex mt-2"></div><div class="d-md-none mt-4 fs-2"><div style=" margin-top: 20px; border-top: 1px solid #e1e4e8; padding-top: 20px; padding-bottom: 40px; text-align: left; margin-left: 0px; padding-left: 0; /* Removed padding-right: 110px to prevent squeezing content */ "><div style="display: flex; flex-direction: column; gap: 12px;"> <a href="https://www.linkedin.com/in/edwardcork/" target="_blank" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; /* Prevents text wrapping */ "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #0077b5;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/> </svg> LinkedIn </a> <a href="mailto:edcork@gmail.com" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #EA4335;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z"/> </svg> Email me </a> <a href="/assets/CV_Edward_Cork.pdf" target="_blank" style=" display: flex; align-items: center; text-decoration: none; color: #5c6975; font-size: 14px; font-weight: 500; white-space: nowrap; "> <svg style="width: 20px; height: 20px; min-width: 20px; flex-shrink: 0; margin-right: 12px; fill: #F40F02;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"/><path d="M8 15v-4h2v1h-1v1h1v1h-1v1H8zm3 0v-4h1.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5H12v2h-1zm3-3h1v-1h-1v1zm-1 3v-4h1.5c.3 0 .5.2.5.5v3h-1v-1h-1v1.5h-1z"/> </svg> Download CV </a></div></div></div></footer></div></div><div class="search-overlay"></div></div><script src="https://cdn.jsdelivr.net/npm/mermaid@9.1.6/dist/mermaid.min.js"></script> <script> var config = {} ; mermaid.initialize(config); window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid')); </script>
