Skip to content

Commit

Permalink
Update docfx-action to 2.8.0 (docfx v2.70.0) (#782)
Browse files Browse the repository at this point in the history
* Update build process to use latest docfx-action

* Update devcontainer dockerfile to use latest docfx-action

* Add the --open-browser param to the `serve` shortcut command

* Remove devcontainer param

Turns out it doesn't work like we'd expect within a devcontainer. That's fine.

* Add VSCode docker extension to devcontainer 5109f95
  • Loading branch information
SeanKilleen committed Aug 3, 2023
1 parent 9c5f4de commit e216922
Show file tree
Hide file tree
Showing 9 changed files with 505 additions and 520 deletions.
13 changes: 2 additions & 11 deletions articles/developer-info/Packaging-the-V3-Adapter.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>

<head>
<meta charset="utf-8">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-PCB5BYBNM2');
</script>
<meta http-equiv="refresh" content="0;URL='./Packaging-the-V3-and-V4-Adapter.html'">
<meta http-equiv="refresh" content="0;URL='./Packaging-the-V3-and-V4-Adapter.html'">
</head>
</html>
</html>
158 changes: 79 additions & 79 deletions index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"version": ""
},
{
"type": "Conceptual",
"type": "Redirection",
"source_relative_path": "articles/developer-info/Packaging-the-V3-Adapter.md",
"output": {
".html": {
Expand Down
Loading

0 comments on commit e216922

Please sign in to comment.