Skip to content

Commit 043cd24

Browse files
committed
doc updates for 4.3
1 parent fa10130 commit 043cd24

File tree

70 files changed

+5005
-5062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5005
-5062
lines changed

best-practices/index.html

Lines changed: 77 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,94 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
4+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<meta name="generator" content="Bootply" />
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8-
<title>StructureMap - Best Practices</title>
9-
<link href="/content/bootstrap.min.css" rel="stylesheet" type="text/css" />
10-
<link href="/content/prism.css" rel="stylesheet" type="text/css" />
11-
<link href="/content/theme.css" rel="stylesheet" type="text/css" />
12-
13-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
14-
<link rel="apple-touch-icon" href="/bootstrap/img/apple-touch-icon.png">
15-
<link rel="apple-touch-icon" sizes="72x72" href="/bootstrap/img/apple-touch-icon-72x72.png">
16-
<link rel="apple-touch-icon" sizes="114x114" href="/bootstrap/img/apple-touch-icon-114x114.png">
17-
8+
<title>StructureMap - Best Practices</title>
9+
<link href="/content/bootstrap.min.css" rel="stylesheet" type="text/css" />
10+
<link href="/content/prism.css" rel="stylesheet" type="text/css" />
11+
<link href="/content/theme.css" rel="stylesheet" type="text/css" />
12+
13+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
14+
<link rel="icon" type="image/x-icon" href="/content/images/structuremap-logo.ico">
15+
<link rel="icon" type="image/png" href="/content/images/structuremap-logo-60x60.png">
16+
<link rel="apple-touch-icon" type="image/png" href="/content/images/structuremap-logo-60x60.png">
17+
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="/content/images/structuremap-logo-72x72.png">
18+
<link rel="apple-touch-icon" type="image/png" sizes="114x114" href="/content/images/structuremap-logo-114x114.png">
19+
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="/content/images/structuremap-logo-144x144.png">
1820

1921
<!-- CSS code from Bootply.com editor -->
2022
<link href="/content/affix.css" rel="stylesheet" type="text/css" />
2123
</head>
22-
24+
2325
<!-- HTML code from Bootply.com editor -->
24-
26+
2527
<body >
2628

2729
<a href="https://github.com/structuremap/structuremap"><img style="z-index: 5000; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
28-
30+
2931
<nav class="navbar navbar-default navbar-fixed-top" role="banner">
30-
<div class="container">
31-
<div class="navbar-header">
32-
<a href="/" class="navbar-brand">StructureMap</a>
33-
</div>
34-
<nav class="collapse navbar-collapse" role="navigation">
35-
<ul class="nav navbar-nav pull-right">
32+
<div class="container">
33+
<div class="navbar-header">
34+
<a href="/" class="navbar-brand">StructureMap</a>
35+
</div>
36+
<nav class="collapse navbar-collapse" role="navigation">
37+
<ul class="nav navbar-nav pull-right">
3638
<li>
3739
<a href="/quickstart">A Gentle Quickstart</a>
3840
</li>
39-
<li>
40-
<a href="/documentation">Documentation</a>
41-
</li>
41+
<li>
42+
<a href="/documentation">Documentation</a>
43+
</li>
4244
<li>
4345
<a href="https://groups.google.com/forum/#!forum/structuremap-users">Google Group</a>
4446
</li>
45-
<li>
47+
<li>
4648
<a href="https://gitter.im/structuremap/structuremap?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667" alt="Join the chat at https://gitter.im/structuremap/structuremap" data-canonical-src="https://badges.gitter.im/Join%20Chat.svg" style="max-width:100%;"></a>
47-
</li>
48-
<li><a href="/diagnostics" title="Diagnostics">Previous</a></li>
49-
<li><a href="/history" title="History">Next</a></li>
50-
</ul>
49+
</li>
50+
<li><a href="/diagnostics" title="Diagnostics">Previous</a></li>
51+
<li><a href="/history" title="History">Next</a></li>
52+
</ul>
5153
<div class="navbar-form navbar-left" role="search">
5254
<div class="form-group">
5355
<input id="search" type="search" class="form-control" placeholder="Search">
5456
</div>
5557
</div>
5658

57-
</nav>
58-
59-
</div>
60-
</nav>
61-
62-
<div class="container">
63-
<nav class="navbar-inverse">
64-
<ol class="breadcrumb"><li><a href="/">StructureMap</a></li><li class="active">Best Practices</li></ol>
65-
</nav>
66-
</div>
67-
68-
<!--main-->
69-
<div class="container">
70-
<div class="row">
71-
<!--left-->
72-
73-
<div class="col-md-3" id="leftCol">
74-
<h3>StructureMap 4.1.0</h3>
75-
<br />
76-
77-
<ul class="nav nav-stacked affix" id="sidebar">
78-
79-
</ul>
80-
<h3 class="no-margin">Next</h3><p><a href="/history">History</a></p>
81-
<h3 class="no-margin">Previous</h3><a href="/diagnostics">Diagnostics</a></p>
82-
83-
</ul>
84-
</div><!--/left-->
85-
86-
<!--right-->
87-
<div class="col-md-9">
88-
<h1>Best Practices <a href="https://github.com/structuremap/structuremap/blob/master/documentation/best-practices.md" class="text-muted small pull-right fa fa-github" style="margin-top: 10px"> Edit on GitHub</a></h1>
89-
90-
<hr />
91-
92-
<div id="main-pane">
93-
<!--Title: Best Practices-->
59+
</nav>
60+
61+
</div>
62+
</nav>
63+
64+
<div class="container">
65+
<nav class="navbar-inverse">
66+
<ol class="breadcrumb"><li><a href="/">StructureMap</a></li><li class="active">Best Practices</li></ol>
67+
</nav>
68+
</div>
69+
70+
<!--main-->
71+
<div class="container">
72+
<div class="row">
73+
<!--left-->
74+
75+
<div class="col-md-3" id="leftCol">
76+
<ul class="nav nav-stacked affix" id="sidebar">
77+
<li><h3><img src="/content/images/structuremap-logo-210x210.png" alt="StructureMap 4.3" width="210" height="210"></h3></li>
78+
<li><h3 class="no-margin">Next</h3><p><a href="/history">History</a></p></li>
79+
<li><h3 class="no-margin">Previous</h3><a href="/diagnostics">Diagnostics</a></p></li>
80+
</ul>
81+
82+
</div><!--/left-->
83+
84+
<!--right-->
85+
<div class="col-md-9">
86+
<h1>Best Practices <a href="https://github.com/structuremap/structuremap/blob/master/documentation/best-practices.md" class="text-muted small pull-right fa fa-github" style="margin-top: 10px"> Edit on GitHub</a></h1>
87+
88+
<hr />
89+
90+
<div id="main-pane">
91+
<!--Title: Best Practices-->
9492
<!--Url: best-practices-->
9593
<p>All of these recommendations are the opinions and sole responsiblity of one <a href="http://jeremydmiller.com">Jeremy D. Miller</a>. The single best advice I can give you
9694
about using StructureMap is to avoid being too clever with your usage.</p>
@@ -130,25 +128,25 @@ <h2>Favor Build Policies over Fancy Runtime Decision Making</h2>
130128
the container behavior is surfaced through diagnostics like the <a href="/diagnostics/build-plans">build plan visualization</a>.</p>
131129

132130

133-
</div>
131+
</div>
134132

135-
<hr />
133+
<hr />
136134

137-
<nav>
138-
<span>
139-
<strong>Previous: </strong><a href="/diagnostics">Diagnostics</a>
135+
<nav>
136+
<span>
137+
<strong>Previous: </strong><a href="/diagnostics">Diagnostics</a>
140138

141-
</span>
142-
<span class="pull-right">
139+
</span>
140+
<span class="pull-right">
143141

144-
<strong>Next: </strong><a href="/history">History</a>
142+
<strong>Next: </strong><a href="/history">History</a>
145143

146-
</span>
147-
</nav>
144+
</span>
145+
</nav>
148146

149-
</div><!--/right-->
150-
</div><!--/row-->
151-
</div><!--/container-->
147+
</div><!--/right-->
148+
</div><!--/row-->
149+
</div><!--/container-->
152150

153151

154152
</body>
@@ -182,7 +180,7 @@ <h2>Favor Build Policies over Fancy Runtime Decision Making</h2>
182180

183181

184182

185-
});
183+
});
186184

187185
</script>
188186
</foot>
6.83 KB
Loading
11.2 KB
Loading
8.08 KB
Loading
12.4 KB
Loading
3.88 KB
Loading
7.42 KB
Loading
3.88 KB
Loading
4.29 KB
Loading
40.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)