Skip to content

Commit

Permalink
Merge pull request nacos-group#141 from nacos-group/doc
Browse files Browse the repository at this point in the history
feat: add doc (nacos-group#140)
  • Loading branch information
catcherwong authored Sep 4, 2021
2 parents 3c8337d + 769dec4 commit 3b0cf8b
Show file tree
Hide file tree
Showing 19 changed files with 1,142 additions and 466 deletions.
232 changes: 0 additions & 232 deletions docs/Guidelines for upgrading to version 1.0.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
26 changes: 26 additions & 0 deletions docs/blogs/info.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
一些博客
===============


2021
^^^^^^^^^^^^^

- `聊一聊.NET Core结合Nacos实现配置加解密 <https://mp.weixin.qq.com/s/XAWBGyHkmluC8pkJrsVW8g>`_ 【2021-06-15】
- `聊一聊如何在.NET Core中使用Nacos 2.0 <https://mp.weixin.qq.com/s/iC6lFJJsHUFUveSJhoZxgA>`_ 【2021-03-22】
- `聊一聊和Nacos 2.0.0对接那些事 <https://mp.weixin.qq.com/s/YOasHrZiJlT44RvD67Ayeg>`_ 【2021-03-08】


2020
^^^^^^^^^^^^^

- `ASP.NET Core集成Nacos配置中心之适配多格式配置 <https://mp.weixin.qq.com/s/jAr1pPNXWfdF2QO2dN5sdw>`_ 【2020-10-02】
- `手动造轮子——为Ocelot集成Nacos注册中心 <https://www.cnblogs.com/wucy/p/13353824.html>`_ 【2020-07-21】
- `搭建一套ASP.NET Core+Nacos+Spring Cloud Gateway项目 <https://www.cnblogs.com/wucy/p/13230453.html>`_ 【2020-07-03】
- `ASP.NET Core使用Nacos SDK访问阿里云ACM <https://mp.weixin.qq.com/s/RHXE4WvSne4fulBzPbaH2A>`_ 【2020-06-07】
- `在.NET Core中用最原生的方式读取Nacos的配置 <https://mp.weixin.qq.com/s/CsR1he4UsI6PSujMlwOpyg>`_ 【2020-04-26】


2019
^^^^^^^^^^^^

- `ASP.NET Core使用Nacos作为配置中心的多环境问题 <https://www.cnblogs.com/catcher1994/p/11906556.html>`_ 【2019-11-21】
8 changes: 8 additions & 0 deletions docs/blogs/lib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
一些组件
===============


- `Ocelot.Provider.Nacos <https://github.com/softlgl/Ocelot.Provider.Nacos>`_ 【Ocelot集成Nacos注册中心组件】



Loading

0 comments on commit 3b0cf8b

Please sign in to comment.