소스 검색

Refactor service docs

Jeremy Stretch 6 년 전
부모
커밋
a061a03860
2개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      docs/core-functionality/services.md
  2. 5 0
      docs/models/ipam/service.md

+ 1 - 5
docs/core-functionality/services.md

@@ -1,5 +1 @@
-# Services
-
-A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)."
-
-A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.)
+{!docs/models/ipam/service.md!}

+ 5 - 0
docs/models/ipam/service.md

@@ -0,0 +1,5 @@
+# Services
+
+A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)."
+
+A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.)