<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Dokosoko Website Sitemap | Manufacturing Resources</title>

<meta name="description" content="Browse the Dokosoko website sitemap for contract manufacturing, manufacturing processes, materials, procurement, industry guides, checklists, and technical resources.">

<link rel="canonical" href="https://www.dokosoko.net/sitemap.html">
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg">
<meta name="robots" content="index, follow">

<style>
:root{
--navy:#071522;--navy2:#102838;--paper:#f5f4ef;--white:#fff;
--ink:#172129;--muted:#637078;--line:#d4dce0;--blue:#3d6f8c;
--blue2:#274f68;--gray:#e2e8eb;--max:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
background:var(--paper);color:var(--ink);line-height:1.65;
}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 44px),var(--max));margin:auto}

header{
position:sticky;top:0;z-index:1000;
background:rgba(7,21,34,.97);color:white;
border-bottom:1px solid rgba(255,255,255,.1);
}
.header-inner{
height:78px;display:flex;align-items:center;
justify-content:space-between;gap:28px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:42px;height:42px}
.brand-name{display:block;font-size:1rem;font-weight:800;letter-spacing:.1em}
.brand-tag{
display:block;margin-top:4px;font-size:.55rem;
letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.46);
}
nav{display:flex;align-items:center;gap:23px}
nav a{font-size:.83rem;color:rgba(255,255,255,.72)}
nav a:hover{color:white}
.resource{padding:9px 13px;border:1px solid rgba(255,255,255,.3)}
.menu{display:none;border:0;background:none;color:white;font-size:1.5rem;cursor:pointer}
.mobile{display:none}

.hero{
background:var(--navy);color:white;padding:82px 0 88px;
position:relative;overflow:hidden;
}
.hero:before{
content:"";position:absolute;inset:0;
background-image:
linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
background-size:44px 44px;opacity:.25;
}
.hero-inner{position:relative;z-index:2}
.breadcrumb{
margin-bottom:36px;font-size:.72rem;color:rgba(255,255,255,.42);
}
.eyebrow{
display:block;margin-bottom:16px;color:#9fb9c6;
font-size:.69rem;font-weight:800;
letter-spacing:.15em;text-transform:uppercase;
}
.hero h1{
max-width:900px;
font-size:clamp(3.3rem,6vw,6rem);
line-height:.96;letter-spacing:-.055em;font-weight:580;
}
.hero h1 span{color:#9db5c1;font-weight:340}
.hero p{
max-width:760px;margin-top:25px;
color:rgba(255,255,255,.67);font-size:1rem;
}

.sitemap{padding:95px 0}
.sitemap-intro{
display:flex;justify-content:space-between;gap:40px;
align-items:end;padding-bottom:34px;
border-bottom:1px solid var(--line);
}
.sitemap-intro h2{
font-size:clamp(2.1rem,4vw,3.8rem);
line-height:1.05;letter-spacing:-.045em;font-weight:570;
}
.sitemap-intro p{
max-width:520px;color:var(--muted);font-size:.86rem;
}
.group{
display:grid;grid-template-columns:260px 1fr;
gap:50px;padding:46px 0;
border-bottom:1px solid var(--line);
}
.group-head small{
display:block;color:#7a8991;font-size:.65rem;
letter-spacing:.12em;text-transform:uppercase;
}
.group-head h3{
margin-top:10px;font-size:1.4rem;font-weight:600;
}
.links{
display:grid;grid-template-columns:repeat(3,1fr);
gap:0;border-top:1px solid var(--line);
border-left:1px solid var(--line);
}
.links a{
min-height:67px;padding:18px 20px;
display:flex;align-items:center;
border-right:1px solid var(--line);
border-bottom:1px solid var(--line);
background:white;font-size:.83rem;
transition:.2s;
}
.links a:hover{
background:var(--navy);color:white;
}
.xml{
padding:70px 0;background:#e2e8eb;
}
.xml-grid{
display:grid;grid-template-columns:1fr auto;
gap:50px;align-items:center;
}
.xml h2{
font-size:clamp(2rem,3.7vw,3.4rem);
line-height:1.05;letter-spacing:-.04em;font-weight:570;
}
.xml p{
margin-top:12px;color:var(--muted);font-size:.86rem;
}
.btn{
display:inline-block;padding:13px 18px;
background:var(--navy);color:white;
font-size:.82rem;font-weight:700;
}

footer{background:#05111b;color:white}
.footer-grid{
padding:70px 0;display:grid;
grid-template-columns:1.4fr repeat(3,1fr);gap:60px;
}
.footer-about p{
max-width:350px;margin-top:18px;
color:rgba(255,255,255,.5);font-size:.84rem;
}
.footer-col h3{
margin-bottom:16px;color:rgba(255,255,255,.35);
font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;
}
.footer-col a{
display:block;margin:9px 0;
color:rgba(255,255,255,.68);font-size:.82rem;
}
.footer-bottom{
border-top:1px solid rgba(255,255,255,.1);
padding:22px 0;display:flex;justify-content:space-between;
color:rgba(255,255,255,.38);font-size:.74rem;
}

@media(max-width:1000px){
nav{display:none}.menu{display:block}
.mobile{
position:fixed;z-index:999;top:78px;left:0;right:0;
padding:15px 22px 25px;background:var(--navy);
}
.mobile.open{display:block}
.mobile a{
display:block;padding:12px 0;color:white;
border-bottom:1px solid rgba(255,255,255,.12);
}
.sitemap-intro{display:block}
.sitemap-intro p{margin-top:18px}
.group{grid-template-columns:1fr}
.links{grid-template-columns:repeat(2,1fr)}
.xml-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
.container{width:min(calc(100% - 30px),var(--max))}
.brand-tag{display:none}
.hero h1{font-size:3.4rem}
.links{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;gap:8px}
}
</style>
</head>

<body>

<header>
<div class="container header-inner">

<a href="/" class="brand">
<img src="/assets/dokosoko-logo.svg" alt="">
<span>
<span class="brand-name">DOKOSOKO</span>
<span class="brand-tag">From Design to Production</span>
</span>
</a>

<nav>
<a href="/contract-manufacturing.html">Contract Manufacturing</a>
<a href="/manufacturing-processes.html">Processes</a>
<a href="/materials.html">Materials</a>
<a href="/procurement.html">Procurement</a>
<a href="/industries.html">Industries</a>
<a href="/guides.html">Guides</a>
<a href="/resources.html" class="resource">Resources</a>
</nav>

<button id="menu" class="menu">☰</button>

</div>
</header>

<div id="mobile" class="mobile">
<a href="/contract-manufacturing.html">Contract Manufacturing</a>
<a href="/manufacturing-processes.html">Processes</a>
<a href="/materials.html">Materials</a>
<a href="/procurement.html">Procurement</a>
<a href="/industries.html">Industries</a>
<a href="/guides.html">Guides</a>
<a href="/resources.html">Resources</a>
<a href="/manufacturing-glossary.html">Glossary</a>
<a href="/about.html">About</a>
</div>

<main>

<section class="hero">
<div class="container hero-inner">

<div class="breadcrumb">
<a href="/">Home</a> / Sitemap
</div>

<span class="eyebrow">Dokosoko Website Sitemap</span>

<h1>
Manufacturing research,
<span>organized from design to production.</span>
</h1>

<p>
Browse all Dokosoko pages covering contract manufacturing,
production processes, materials, procurement, supplier qualification,
industry applications, manufacturing guides, and technical resources.
</p>

</div>
</section>

<section class="sitemap">
<div class="container">

<div class="sitemap-intro">

<h2>
All website pages
</h2>

<p>
Dokosoko uses a flat URL structure. The sections below organize
the site by topic while every page remains directly accessible from the root domain.
</p>

</div>

<div class="group">

<div class="group-head">
<small>01 / CORE</small>
<h3>Dokosoko</h3>
</div>

<div class="links">
<a href="/">Home</a>
<a href="/about.html">About Dokosoko</a>
<a href="/editorial-standards.html">Editorial Standards</a>
<a href="/contact.html">Contact</a>
<a href="/manufacturing-glossary.html">Manufacturing Glossary</a>
<a href="/resources.html">Manufacturing Resources</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>02 / HUBS</small>
<h3>Main Research Hubs</h3>
</div>

<div class="links">
<a href="/contract-manufacturing.html">Contract Manufacturing</a>
<a href="/manufacturing-processes.html">Manufacturing Processes</a>
<a href="/materials.html">Materials</a>
<a href="/procurement.html">Procurement</a>
<a href="/industries.html">Industries</a>
<a href="/guides.html">Guides</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>03 / CONTRACT MANUFACTURING</small>
<h3>Manufacturing Models</h3>
</div>

<div class="links">
<a href="/what-is-contract-manufacturing.html">What Is Contract Manufacturing?</a>
<a href="/oem-manufacturing.html">OEM Manufacturing</a>
<a href="/outsourced-manufacturing.html">Outsourced Manufacturing</a>
<a href="/private-label-manufacturing.html">Private Label Manufacturing</a>
<a href="/custom-manufacturing.html">Custom Manufacturing</a>
<a href="/prototype-manufacturing.html">Prototype Manufacturing</a>
<a href="/assembly-services.html">Assembly Services</a>
<a href="/turnkey-manufacturing.html">Turnkey Manufacturing</a>
<a href="/cnc-contract-manufacturing.html">CNC Contract Manufacturing</a>
<a href="/plastic-contract-manufacturing.html">Plastic Contract Manufacturing</a>
<a href="/electronics-manufacturing-services.html">Electronics Manufacturing Services</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>04 / PROCESSES</small>
<h3>Manufacturing Processes</h3>
</div>

<div class="links">
<a href="/cnc-machining.html">CNC Machining</a>
<a href="/injection-molding.html">Injection Molding</a>
<a href="/sheet-metal-fabrication.html">Sheet Metal Fabrication</a>
<a href="/metal-stamping.html">Metal Stamping</a>
<a href="/die-casting.html">Die Casting</a>
<a href="/investment-casting.html">Investment Casting</a>
<a href="/forging.html">Forging</a>
<a href="/extrusion.html">Extrusion</a>
<a href="/additive-manufacturing.html">Additive Manufacturing</a>
<a href="/welding.html">Welding</a>
<a href="/surface-finishing.html">Surface Finishing</a>
<a href="/heat-treatment.html">Heat Treatment</a>
<a href="/quality-inspection.html">Quality Inspection</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>05 / MATERIALS</small>
<h3>Manufacturing Materials</h3>
</div>

<div class="links">
<a href="/metals.html">Metals</a>
<a href="/aluminum.html">Aluminum</a>
<a href="/steel-stainless-steel.html">Steel & Stainless Steel</a>
<a href="/plastics.html">Plastics</a>
<a href="/engineering-thermoplastics.html">Engineering Thermoplastics</a>
<a href="/elastomers.html">Elastomers</a>
<a href="/composites.html">Composites</a>
<a href="/electronic-materials.html">Electronic Materials</a>
<a href="/material-selection.html">Material Selection</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>06 / PROCUREMENT</small>
<h3>Supplier & Production Planning</h3>
</div>

<div class="links">
<a href="/supplier-qualification.html">Supplier Qualification</a>
<a href="/manufacturing-partner-selection.html">Manufacturing Partner Selection</a>
<a href="/rfq-process.html">RFQ Process</a>
<a href="/manufacturing-cost-estimation.html">Manufacturing Cost Estimation</a>
<a href="/lead-times-capacity.html">Lead Times & Capacity</a>
<a href="/design-for-manufacturability.html">Design for Manufacturability</a>
<a href="/quality-agreements.html">Quality Agreements</a>
<a href="/tooling-ownership.html">Tooling Ownership</a>
<a href="/intellectual-property.html">Intellectual Property</a>
<a href="/domestic-vs-offshore-manufacturing.html">Domestic vs Offshore Manufacturing</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>07 / INDUSTRIES</small>
<h3>Industry Applications</h3>
</div>

<div class="links">
<a href="/aerospace.html">Aerospace</a>
<a href="/automotive.html">Automotive</a>
<a href="/medical-devices.html">Medical Devices</a>
<a href="/electronics.html">Electronics</a>
<a href="/industrial-equipment.html">Industrial Equipment</a>
<a href="/consumer-products.html">Consumer Products</a>
<a href="/energy.html">Energy</a>
<a href="/food-beverage-packaging.html">Food & Beverage Packaging</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>08 / GUIDES</small>
<h3>Guides & Checklists</h3>
</div>

<div class="links">
<a href="/manufacturing-drawings-specifications.html">Manufacturing Drawings & Specifications</a>
<a href="/prototype-to-production.html">Prototype to Production</a>
<a href="/manufacturing-readiness-checklist.html">Manufacturing Readiness Checklist</a>
<a href="/rfq-checklist.html">RFQ Checklist</a>
<a href="/supplier-audit-checklist.html">Supplier Audit Checklist</a>
</div>

</div>

<div class="group">

<div class="group-head">
<small>09 / SITE</small>
<h3>Navigation</h3>
</div>

<div class="links">
<a href="/sitemap.html">HTML Sitemap</a>
<a href="/sitemap.xml">XML Sitemap</a>
</div>

</div>

</div>
</section>

<section class="xml">
<div class="container xml-grid">

<div>
<h2>Search-engine sitemap</h2>
<p>
The XML sitemap contains the indexable HTML pages in the Dokosoko site architecture.
</p>
</div>

<a href="/sitemap.xml" class="btn">
View sitemap.xml →
</a>

</div>
</section>

</main>

<footer>

<div class="container footer-grid">

<div class="footer-about">

<a href="/" class="brand">
<img src="/assets/dokosoko-logo.svg" alt="">
<span>
<span class="brand-name">DOKOSOKO</span>
<span class="brand-tag">From Design to Production</span>
</span>
</a>

<p>
Independent technical resources for contract manufacturing,
production processes, materials, procurement, and supplier qualification.
</p>

</div>

<div class="footer-col">
<h3>Manufacturing</h3>
<a href="/contract-manufacturing.html">Contract Manufacturing</a>
<a href="/manufacturing-processes.html">Processes</a>
<a href="/materials.html">Materials</a>
<a href="/industries.html">Industries</a>
</div>

<div class="footer-col">
<h3>Procurement</h3>
<a href="/procurement.html">Procurement</a>
<a href="/supplier-qualification.html">Supplier Qualification</a>
<a href="/rfq-process.html">RFQ Process</a>
<a href="/guides.html">Guides</a>
</div>

<div class="footer-col">
<h3>Dokosoko</h3>
<a href="/about.html">About</a>
<a href="/editorial-standards.html">Editorial Standards</a>
<a href="/resources.html">Resources</a>
<a href="/contact.html">Contact</a>
<a href="/sitemap.html">Sitemap</a>
</div>

</div>

<div class="container footer-bottom">
<span>© <span id="year"></span> Dokosoko. All Rights Reserved.</span>
<a href="/sitemap.xml">XML Sitemap</a>
</div>

</footer>

<script>
document.getElementById("year").textContent=new Date().getFullYear();

const menu=document.getElementById("menu");
const mobile=document.getElementById("mobile");

menu.addEventListener("click",()=>{
mobile.classList.toggle("open");
});
</script>

</body>
</html>