Skip to content

Commit 37cb4c6

Browse files
eabaAaronontheweb
andauthored
[FIX][pre][code] CSS problem (#6756)
* [FIX][pre][code] CSS problem * fix * fixed * fix: single newline character * Revert `docfx` * Update docfx.json --------- Co-authored-by: Aaron Stannard <[email protected]>
1 parent 952d0ff commit 37cb4c6

File tree

3 files changed

+7
-26
lines changed

3 files changed

+7
-26
lines changed

docs/docfx.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"**/*Tests*.csproj",
1414
"**/*Tests.*.csproj"
1515
],
16-
"cwd": "../src"
16+
"src": "../src"
1717
}],
1818
"dest": "api",
1919
"filter": "filterConfig.yml"
@@ -23,7 +23,7 @@
2323
"files": [
2424
"api/**.yml",
2525
"api/index.md"
26-
]
26+
]
2727
}, {
2828
"files": [
2929
"articles/**.md",
@@ -74,11 +74,12 @@
7474
"fileMetadataFiles": [],
7575
"template": [
7676
"default",
77-
"template"
77+
"modern",
78+
"template"
7879
],
7980
"postProcessors": ["ExtractSearchIndex"],
8081
"noLangKeyword": false,
81-
"warningsAsErrors": true,
82+
"warningsAsErrors": true,
8283
"Docfx_Git_Timeout": 30000
8384
}
84-
}
85+
}

docs/index.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -60,41 +60,31 @@ h2:before{
6060
<div class="container">
6161
<!-- FEATURED BOXES 3 -->
6262
<div class="row featured-box-minimal">
63-
6463
<div class="col-md-4 col-sm-6 col-xs-12">
6564
<h4><i class="fa fa-arrows-alt"></i> Simple Concurrency &amp; Distribution</h4>
6665
<p>Asynchronous and Distributed by design. High-level abstractions like Actors and FSM.</p>
6766
</div>
68-
6967
<div class="col-md-4 col-sm-6 col-xs-12">
7068
<h4><i class="fa fa-flash"></i> High Performance</h4>
7169
<p>50 million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap.</p>
7270
</div>
73-
7471
<div class="col-md-4 col-sm-6 col-xs-12">
7572
<h4><i class="fa fa-shield"></i> Resilient by Design</h4>
7673
<p>Write systems that self-heal. Remote and/or local supervisor hierarchies.</p>
7774
</div>
78-
79-
8075
<div class="col-md-4 col-sm-6 col-xs-12">
8176
<h4><i class="fa fa-th-large"></i> Elastic & Decentralized</h4>
8277
<p>Adaptive load balancing, routing, partitioning and configuration-driven remoting.</p>
8378
</div>
84-
8579
<div class="col-md-4 col-sm-6 col-xs-12">
8680
<h4><i class="fa fa-plus-circle"></i> Extensible</h4>
8781
<p>Use Akka.NET Extensions to adapt Akka to fit your needs.</p>
8882
</div>
89-
9083
<div class="col-md-4 col-sm-6 col-xs-12">
9184
<h4><i class="fa fa-exclamation"></i> Open Source </h4>
9285
<p>Akka.NET is released under the Apache 2 license</p>
9386
</div>
94-
9587
</div>
96-
<!-- /FEATURED BOXES 3 -->
97-
9888
</div>
9989
</section>
10090
<!-- /WELCOME -->
@@ -103,7 +93,6 @@ h2:before{
10393
<!-- PREMIUM -->
10494
<section class="alternate">
10595
<div class="container">
106-
10796
<div class="row">
10897
<div class="col-md-6">
10998
<h2><strong>Actor</strong> Model</h2>
@@ -112,9 +101,7 @@ The Actor Model provides a higher level of abstraction for writing concurrent an
112101
<p>Actors were defined in the 1973 paper by <a href="http://en.wikipedia.org/wiki/Carl_Hewitt">Carl Hewitt</a> but have been popularized by the Erlang language, and used for example at Ericsson with great success to build highly concurrent and reliable telecom systems.</p>
113102
<p><a href="/articles/intro/what-problems-does-actor-model-solve.html">Read more</a></p>
114103
</div>
115-
116104
<div class="col-md-6 text-center">
117-
118105
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/actor.png" alt="" />
119106
</div>
120107
</div>
@@ -128,7 +115,6 @@ Everything in Akka.NET is designed to work in a distributed setting: all interac
128115
</p>
129116
<p><a href="/articles/Remoting">Read more</a></p>
130117
</div>
131-
132118
<div class="col-md-6 text-center">
133119
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/network.png" alt="" />
134120
</div>
@@ -143,10 +129,10 @@ As a parent, the actor is responsible for handling its children’s failures (so
143129
This enables a clean set of semantics for managing failures in a concurrent, distributed system and allows for writing highly fault-tolerant systems that self-heal.</p>
144130
<p><a href="/articles/concepts/supervision.html">Read more</a></p>
145131
</div>
146-
147132
<div class="col-md-6 text-center">
148133
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/supervision.png" alt="" />
149134
</div>
150135
</div>
151136
</div>
152137
</section>
138+
<div style="height:90px;"></div>

docs/template/styles/main.css

-6
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ ul li::marker{
247247
}
248248

249249

250-
footer{
251-
position: relative !important;
252-
opacity: 1 !important;
253-
display: block !important;
254-
}
255-
256250
.footer{
257251
background: url(/images/footer.png) no-repeat left top, linear-gradient(270deg, #FFFFFF, #6DC9ED);
258252

0 commit comments

Comments
 (0)