Consolidated /docs into /pubs

This commit is contained in:
Jeff Parsons 2017-09-12 11:51:27 -07:00 • committed by Jeff Parsons
commit d0a12137ca
7 changed files with 40 additions and 36 deletions

View file

@ -13,39 +13,40 @@ Documentation and Publication Archive
Preliminary documentation is available for the following PCjs machines:
* [C1Pjs](/pubs/c1pjs/)
* [PCx86](/pubs/pcx86/)
* [C1Pjs](c1pjs/)
* [PCx86](pcx86/)
For general historical interest, the project includes a [Publication Archive](/pubs/) that covers:
For general historical interest, the project includes a Publication Archive that covers:
* [IBM PCs and Compatibles](/pubs/pc/)
* [CPU Documents](/pubs/pc/reference/intel/)
* [Datasheets](/pubs/pc/datasheets/)
* [Magazines](/pubs/pc/magazines/)
* [Programming Guides](/pubs/pc/programming/)
* [Reference Manuals](/pubs/pc/reference/)
* [Software User and Development Guides](/pubs/pc/software/) (eg, [DOS](/pubs/pc/software/dos/), [OS/2](/pubs/pc/software/os2/), [Windows](/pubs/pc/software/windows/))
* [Digital Equipment Corporation (DEC)](/pubs/dec/)
* [PDP-11](/pubs/dec/pdp11/)
* [VT100](/pubs/dec/vt100/)
* [Ohio Scientific's 6502-based Challenger 1P](/pubs/c1p/)
* [Datasheets](/pubs/c1p/datasheets/)
* [Programming Guides/Samples](/pubs/c1p/programming/)
* [Reference Manuals](/pubs/c1p/techref/)
* [IBM PCs and Compatibles](pc/)
* [CPU Documents](pc/reference/intel/)
* [Datasheets](pc/datasheets/)
* [Magazines](pc/magazines/)
* [Programming Guides](pc/programming/)
* [Reference Manuals](pc/reference/)
* [Software User and Development Guides](pc/software/) (eg, [DOS](pc/software/dos/), [OS/2](pc/software/os2/), [Windows](pc/software/windows/))
* [Digital Equipment Corporation (DEC)](dec/)
* [PDP-10](dec/pdp10/)
* [PDP-11](dec/pdp11/)
* [VT100](dec/vt100/)
* [Ohio Scientific's 6502-based Challenger 1P](c1p/)
* [Datasheets](c1p/datasheets/)
* [Programming Guides/Samples](c1p/programming/)
* [Reference Manuals](c1p/techref/)
{% if site.developer %}
Eventually, the project may also provide summaries of all supported CPU instructions; e.g.:
* [x86 Instructions](/pubs/x86/)
* [6502 Instructions](/pubs/6502/)
* [x86 Instructions](x86/)
* [6502 Instructions](6502/)
{% endif %}
Finally, here's an eclectic collection of personal documents, ranging from early PC debugging notes to old program
Finally, we have an eclectic collection of personal documents, ranging from early PC debugging notes to old program
listings and more:
* [Personal Documents of Dubious Historical Interest](/pubs/personal/)
* [Personal Documents of Dubious Historical Interest](personal/)
---