diff --git a/Gruntfile.js b/Gruntfile.js index 190463d65..55cddb8e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -630,7 +630,7 @@ module.exports = function(grunt) { { cwd: "versions/pcx86/<%= pkg.version %>/", src: ["pcx86.js", "pcx86-dbg.js", "components.css", "components.xsl"], - dest: "docs/pcx86/examples/", + dest: "pubs/pcx86/examples/", expand: true } ], @@ -706,7 +706,7 @@ module.exports = function(grunt) { args: [] }, "zip-examples": { - options: {cwd: "docs/pcx86/examples"}, + options: {cwd: "pubs/pcx86/examples"}, cmd: "./zip.sh", args: ["v" + pkg.version + ".zip"] } diff --git a/devices/pcx86/README.md b/devices/pcx86/README.md index 41f1fe639..f94f28902 100644 --- a/devices/pcx86/README.md +++ b/devices/pcx86/README.md @@ -8,7 +8,7 @@ redirect_from: --- IBM PC Device Configurations ---- +---------------------------- All our [IBM PC Machines](machine/) are built from a collection of devices, including: diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 7ca970722..000000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -Project documentation has been consolidated into /pubs diff --git a/pubs/pcx86/chipset/README.md b/pubs/pcx86/chipset/README.md index b0074d404..20b89d46a 100644 --- a/pubs/pcx86/chipset/README.md +++ b/pubs/pcx86/chipset/README.md @@ -17,13 +17,13 @@ Format Purpose ------- -Creates an instance of the ChipSet component, which includes support for the following internal components: +Creates an instance of the ChipSet component, which includes support for the following hardware: * 8237 Direct Memory Access (DMA) Controller * 8259 Programmable Interrupt Controller (PIC) * 8253 Programmable Interval Timers (PIT) * 8255 Programmable Peripheral Interface (PPI) -* Speaker (sound requires [webkitAudioContext](http://www.w3.org/TR/webaudio/) support in the web browser) +* Speaker (sound requires [AudioContext](http://www.w3.org/TR/webaudio/) support in the web browser) Attributes ---------- @@ -63,7 +63,7 @@ Attributes * *sound* (optional) - *true* (default) to enable sound, assuming the browser supports **webkitAudioContext**, or *false* to disable sound. + *true* (default) to enable sound, assuming the browser supports **AudioContext**, or *false* to disable sound. * *scaleTimers* (optional) diff --git a/pubs/pcx86/examples/example1.html b/pubs/pcx86/examples/example1.html index a6bbdd160..7b4fb6458 100644 --- a/pubs/pcx86/examples/example1.html +++ b/pubs/pcx86/examples/example1.html @@ -2,7 +2,7 @@
-