mirror of
https://github.com/boostorg/static_string.git
synced 2025-06-25 03:41:33 +02:00
Update documentation
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
# Code of Conduct
|
||||
|
||||
* Be respectful of others
|
||||
|
||||
* Please use professional conduct
|
||||
|
||||
* Treat others the way you want to be treated
|
||||
|
||||
Thank you!
|
@ -2,8 +2,8 @@
|
||||
|
||||
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|
||||
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
|
||||
[`master`](https://github.com/boostorg/static_string/tree/master) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/master) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=master) | [](https://codecov.io/gh/boostorg/static_string/branch/master) | [](https://sdkrystian.github.io/doc/static_string) | [](http://www.boost.org/development/tests/master/developer/static_string.html)
|
||||
[`develop`](https://github.com/boostorg/static_string/tree/develop) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/develop) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=develop) | [](https://codecov.io/gh/boostorg/static_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/static_string.html) | [](http://www.boost.org/development/tests/develop/developer/static_string.html)
|
||||
[`master`](https://github.com/boostorg/static_string/tree/master) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/master) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=master) | [](https://codecov.io/gh/boostorg/static_string/branch/master) | [](http://www.boost.org/doc/libs/release/libs/static_string) | [](http://www.boost.org/development/tests/master/developer/static_string.html)
|
||||
[`develop`](https://github.com/boostorg/static_string/tree/develop) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/develop) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=develop) | [](https://codecov.io/gh/boostorg/static_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/libs/static_string) | [](http://www.boost.org/development/tests/develop/developer/static_string.html)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -12,7 +12,7 @@ compile-time fixed capacity and contiguous embedded storage in which the
|
||||
characters are placed within the string object itself. Its API closely
|
||||
resembles that of `std::string`.
|
||||
|
||||
**[Documentation](https://sdkrystian.github.io/doc/static_string/)**
|
||||
**[Documentation](http://www.boost.org/doc/libs/release/libs/static_string)**
|
||||
|
||||
## License
|
||||
|
||||
|
@ -117,7 +117,7 @@ Certain features can be enabled and disabled though defining configuration macro
|
||||
|
||||
Thanks to [@https://github.com/K-ballo Agustín Bergé], [@https://github.com/pdimov Peter Dimov], [@https://github.com/glenfe Glen Fernandes], and [@https://github.com/LeonineKing1199 Christian Mazakas] for their constant feedback and guidance during the development of this library.
|
||||
|
||||
The development of this library was sponsored by [@https://cppalliance.org The C++ Alliance].
|
||||
The development of this library is sponsored by [@https://cppalliance.org The C++ Alliance].
|
||||
|
||||
[/-----------------------------------------------------------------------------]
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Boost.StaticString</title>
|
||||
<meta http-equiv="refresh" content="0; URL=https://sdkrystian.github.io/doc/static_string/">
|
||||
<meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="https://sdkrystian.github.io/doc/static_string/">https://sdkrystian.github.io/doc/static_string/</a>
|
||||
<a href="./doc/html/index.html">./doc/html/index.html</a>
|
||||
<hr>
|
||||
<tt>
|
||||
Boost.StaticString<br>
|
||||
|
Reference in New Issue
Block a user